Jeff Layton jlayton@kernel.org writes:
Now that i_ino is u64, cifs_uniqueid_to_ino_t() is a trivial identity function. Remove it and use fattr->cf_uniqueid directly at both call sites.
Also remove the now-unused #include <linux/hash.h>, which was only needed for the old XOR-folding logic.
Signed-off-by: Jeff Layton jlayton@kernel.org
fs/smb/client/cifsfs.h | 11 ----------- fs/smb/client/inode.c | 2 +- fs/smb/client/readdir.c | 2 +- 3 files changed, 2 insertions(+), 13 deletions(-)
Acked-by: Paulo Alcantara (Red Hat) pc@manguebit.org