diff options
author | Steve French <sfrench@us.ibm.com> | 2005-11-04 09:44:33 -0800 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-11-04 09:44:33 -0800 |
commit | ec58ef03284f0bfa50a04982b74c8c2325a0758e (patch) | |
tree | 47e64650d0d001eb26db42580dc6d656a0da3cde /fs/cifs/inode.c | |
parent | cb9dbff92e4bd61851dd32864e78024e9f0a77d2 (diff) | |
download | op-kernel-dev-ec58ef03284f0bfa50a04982b74c8c2325a0758e.zip op-kernel-dev-ec58ef03284f0bfa50a04982b74c8c2325a0758e.tar.gz |
[CIFS] Update kconfig for cifs
Add cifs extended stats configure option and reduce experimental code.
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/inode.c')
-rw-r--r-- | fs/cifs/inode.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index 912d401..923d071 100644 --- a/fs/cifs/inode.c +++ b/fs/cifs/inode.c @@ -283,7 +283,6 @@ int cifs_get_inode_info(struct inode **pinode, there Windows server or network appliances for which IndexNumber field is not guaranteed unique? */ -#ifdef CONFIG_CIFS_EXPERIMENTAL if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_SERVER_INUM){ int rc1 = 0; __u64 inode_num; @@ -299,7 +298,6 @@ int cifs_get_inode_info(struct inode **pinode, } else /* do we need cast or hash to ino? */ (*pinode)->i_ino = inode_num; } /* else ino incremented to unique num in new_inode*/ -#endif /* CIFS_EXPERIMENTAL */ insert_inode_hash(*pinode); } inode = *pinode; |