[PATCH] introduce fmode_t, do annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
此提交包含在:
Al Viro
2008-09-02 15:28:45 -04:00
父節點 2515ddc6db
當前提交 aeb5d72706
共有 41 個檔案被更改,包括 96 行新增98 行删除

查看文件

@@ -817,7 +817,7 @@ long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr)
struct ipc_namespace *ns;
struct shm_file_data *sfd;
struct path path;
mode_t f_mode;
fmode_t f_mode;
err = -EINVAL;
if (shmid < 0)