87fbd639c0
Making something exportable takes more than providing ->s_export_ops.
In particular, ->lookup() *MUST* use d_splice_alias() instead of
d_add().
Reading Documentation/filesystems/nfs/Exporting would've been a good idea;
as it is, exporting AFFS is badly (and exploitably) broken.
Partially-Fixes:
|
||
---|---|---|
.. | ||
Changes | ||
Kconfig | ||
Makefile | ||
affs.h | ||
amigaffs.c | ||
amigaffs.h | ||
bitmap.c | ||
dir.c | ||
file.c | ||
inode.c | ||
namei.c | ||
super.c | ||
symlink.c |