switch mq_open() to umode_t

This commit is contained in:
Al Viro
2011-07-26 05:26:10 -04:00
parent 5706b27dea
commit df0a42837b
4 changed files with 7 additions and 7 deletions

View File

@@ -679,7 +679,7 @@ err:
return ERR_PTR(ret);
}
SYSCALL_DEFINE4(mq_open, const char __user *, u_name, int, oflag, mode_t, mode,
SYSCALL_DEFINE4(mq_open, const char __user *, u_name, int, oflag, umode_t, mode,
struct mq_attr __user *, u_attr)
{
struct dentry *dentry;