Skip to content
Commit 27c72b04 authored by David Woodhouse's avatar David Woodhouse
Browse files

[JFFS2] Track parent inode for directories (for NFS export)



To support NFS export, we need to know the parent inode of directories.
Rather than growing the jffs2_inode_cache structure, share space with
the nlink field -- which was always set to 1 for directories anyway.

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 1b690b48
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment