diff options
author | NeilBrown <neilb@suse.de> | 2015-06-26 00:03:45 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-06-26 02:00:43 +0200 |
commit | f73c2f1f83ca1c4e2f4515f987973bfe56c86973 (patch) | |
tree | 9ae082c6781b717bdb4e28647938c9aa9ff0de9e /fs/reiserfs | |
parent | fs/befs/btree.c: remove unneeded initializations (diff) | |
download | linux-f73c2f1f83ca1c4e2f4515f987973bfe56c86973.tar.xz linux-f73c2f1f83ca1c4e2f4515f987973bfe56c86973.zip |
NILFS2: support NFSv2 export
The "fh_len" passed to ->fh_to_* is not guaranteed to be that same as that
returned by encode_fh - it may be larger.
With NFSv2, the filehandle is fixed length, so it may appear longer than
expected and be zero-padded.
So we must test that fh_len is at least some value, not exactly equal to
it.
Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/reiserfs')
0 files changed, 0 insertions, 0 deletions