]> git.baikalelectronics.ru Git - kernel.git/commit
fs/affs: make affs exportable
authorFabian Frederick <fabf@skynet.be>
Mon, 27 Feb 2017 22:27:49 +0000 (14:27 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 28 Feb 2017 02:43:45 +0000 (18:43 -0800)
commit1b138b78e7171d6cf9b416179bdd1d34822c9842
tree6f49befa6f76a3b1e4d64a1d8c2cdb5ccaf8ba71
parent17780df6244f82534482e22867f0351b5f0ab5fb
fs/affs: make affs exportable

Add standard functions making AFFS work with NFS.

Functions based on ext4 implementation.  Tested on loop device.

Link: http://lkml.kernel.org/r/20170109191208.6085-4-fabf@skynet.be
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/affs/affs.h
fs/affs/namei.c
fs/affs/super.c