aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.h
diff options
context:
space:
mode:
authorShirish Pargaonkar <shirishpargaonkar@gmail.com>2011-02-21 23:56:59 -0600
committerSteve French <sfrench@us.ibm.com>2011-05-19 14:10:47 +0000
commit9b6763e0aacf245b58687a372816a0a4aabf2b1e (patch)
treeb1595d080c61890897da843605d665f8d1a4e525 /fs/cifs/cifsfs.h
parentLinux 2.6.39 (diff)
downloadlinux-dev-9b6763e0aacf245b58687a372816a0a4aabf2b1e.tar.xz
linux-dev-9b6763e0aacf245b58687a372816a0a4aabf2b1e.zip
cifs: Remove unused inode number while fetching root inode
ino is unused in function cifs_root_iget(). Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsfs.h')
-rw-r--r--fs/cifs/cifsfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h
index a9371b6578c0..f191244f266e 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -47,7 +47,7 @@ extern void cifs_sb_deactive(struct super_block *sb);
/* Functions related to inodes */
extern const struct inode_operations cifs_dir_inode_ops;
-extern struct inode *cifs_root_iget(struct super_block *, unsigned long);
+extern struct inode *cifs_root_iget(struct super_block *);
extern int cifs_create(struct inode *, struct dentry *, int,
struct nameidata *);
extern struct dentry *cifs_lookup(struct inode *, struct dentry *,