]> 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)
commita3bb1615073f96caf09dfd25526a7e1ef94d8bb0
tree6f49befa6f76a3b1e4d64a1d8c2cdb5ccaf8ba71
parent1d0ff694a2148c7951b48332a7a56952ea80fe46
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