diff options
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 2e07da9a46fa..fb1657e0fdb8 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -110,6 +110,7 @@ extern int cifs_posix_open(char *full_path, struct inode **pinode, | |||
110 | struct super_block *sb, | 110 | struct super_block *sb, |
111 | int mode, int oflags, | 111 | int mode, int oflags, |
112 | __u32 *poplock, __u16 *pnetfid, int xid); | 112 | __u32 *poplock, __u16 *pnetfid, int xid); |
113 | void cifs_fill_uniqueid(struct super_block *sb, struct cifs_fattr *fattr); | ||
113 | extern void cifs_unix_basic_to_fattr(struct cifs_fattr *fattr, | 114 | extern void cifs_unix_basic_to_fattr(struct cifs_fattr *fattr, |
114 | FILE_UNIX_BASIC_INFO *info, | 115 | FILE_UNIX_BASIC_INFO *info, |
115 | struct cifs_sb_info *cifs_sb); | 116 | struct cifs_sb_info *cifs_sb); |