X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Fllite_fid.c;h=46305759b7bb61e09aef5519ed0280889ba4ddbd;hp=8a4864cc5af4cf45eac93e1d548143e32859dbd9;hb=6dd4e216db811187ae024bd9e9ed2718a024eac4;hpb=3c9e8962403ab9b70323e2fbd7ca1c2789c79f05 diff --git a/lustre/llite/llite_fid.c b/lustre/llite/llite_fid.c index 8a4864c..4630575 100644 --- a/lustre/llite/llite_fid.c +++ b/lustre/llite/llite_fid.c @@ -53,7 +53,6 @@ ino_t ll_fid_build_ino(struct ll_sb_info *sbi, * based on fid. */ ino = fid_flatten(fid); - ino = ino & 0x7fffffff; if (unlikely(ino == 0)) /* the first result ino is 0xFFC001, so this is rarely used */