]> git.baikalelectronics.ru Git - kernel.git/commit
ovl: disambiguate ovl_encode_fh()
authorAmir Goldstein <amir73il@gmail.com>
Fri, 2 Feb 2018 08:42:03 +0000 (10:42 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 12 Apr 2018 10:04:49 +0000 (12:04 +0200)
commit81db7a78e4f214b97c8659c047fd1792e5288c89
tree70ddc3a5d986eedf17b7b28c2bb087ba541e5095
parent93d621c6a81c67bf522c1bf10945bf162554935a
ovl: disambiguate ovl_encode_fh()

Rename ovl_encode_fh() to ovl_encode_real_fh() to differentiate from the
exportfs function ovl_encode_inode_fh() and change the latter to
ovl_encode_fh() to match the exportfs method name.

Rename ovl_decode_fh() to ovl_decode_real_fh() for consistency.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/overlayfs/copy_up.c
fs/overlayfs/export.c
fs/overlayfs/namei.c
fs/overlayfs/overlayfs.h