commit | 27c72b040c0be8f3704ed0b6b84c12cbba24a7e8 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Thu May 01 18:47:17 2008 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Thu May 01 18:47:17 2008 +0100 |
tree | 0b84847120e817465d517d21fa4653d958222567 | |
parent | 1b690b48786229571e590dd22fe01ecc22a8746b [diff] |
[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: David Woodhouse <dwmw2@infradead.org>