Jeff Layton <[email protected]> writes: > With i_ino now u64, CIFS/SMB can store the full 64-bit uniqueid in > i_ino without the XOR-folding hack previously needed on 32-bit > architectures. > > - Simplify cifs_uniqueid_to_ino_t() to return u64 directly > - Update hash variable type in cifs_get_inode_info() > - Update format strings from %lu to %llu > > Signed-off-by: Jeff Layton <[email protected]> > --- > fs/smb/client/cifsfs.h | 12 +++--------- > fs/smb/client/inode.c | 4 ++-- > 2 files changed, 5 insertions(+), 11 deletions(-)
Acked-by: Paulo Alcantara (Red Hat) <[email protected]>
