diff options
author | Jeff Layton <jlayton@redhat.com> | 2009-02-10 12:33:57 (GMT) |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-02-21 03:37:07 (GMT) |
commit | 132ac7b77cc95a22d6118d327c96586759fbf006 (patch) | |
tree | 37e1211723408f2aef2b71bfdaf34a596e675d8d /fs/cifs/cifsproto.h | |
parent | e4cce94c9c8797b08faf6a79396df4d175e377fa (diff) | |
download | linux-fsl-qoriq-132ac7b77cc95a22d6118d327c96586759fbf006.tar.xz |
cifs: refactor new_inode() calls and inode initialization
Move new inode creation into a separate routine and refactor the
callers to take advantage of it.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index ec9f9c1..62fd5bd 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -92,6 +92,8 @@ extern u64 cifs_UnixTimeToNT(struct timespec); extern __le64 cnvrtDosCifsTm(__u16 date, __u16 time); extern struct timespec cnvrtDosUnixTm(__u16 date, __u16 time); +extern struct inode *cifs_new_inode(struct super_block *sb, + unsigned long *inum); extern int cifs_get_inode_info(struct inode **pinode, const unsigned char *search_path, FILE_ALL_INFO *pfile_info, |