OSDN Git Service

nfs: remove dead code from nfs_encode_fh()
authorNeilBrown <neilb@suse.com>
Tue, 21 Nov 2017 21:23:41 +0000 (08:23 +1100)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 15 Jan 2018 04:06:29 +0000 (23:06 -0500)
commitaaa1500894655427f1b964d1f31dbbd20baa80ab
tree2676908aa5980e52826062395424ca058d02d46f
parent9ccee940bd5b766b6dab6c1a80908b9490a4850d
nfs: remove dead code from nfs_encode_fh()

This code can never be used as the IS_AUTOMOUNT(inode)
case has already been handled.
So remove it to avoid confusion.

Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/export.c