ocfs2: reserve inline space for extended attribute
authorTiger Yang <tiger.yang@oracle.com>
Mon, 18 Aug 2008 09:08:55 +0000 (17:08 +0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 13 Oct 2008 23:57:02 +0000 (16:57 -0700)
commitfdd77704a8b4666a32120fcd1e4a9fedaf3263d8
treebfc7ba78487c5c6287354b2b07ee4042bff566bc
parentf56654c435c06f2b2bd5751889b1a08a3add7d6c
ocfs2: reserve inline space for extended attribute

Add the structures and helper functions we want for handling inline extended
attributes. We also update the inline-data handlers so that they properly
function in the event that we have both inline data and inline attributes
sharing an inode block.

Signed-off-by: Tiger Yang <tiger.yang@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/alloc.c
fs/ocfs2/ocfs2.h
fs/ocfs2/ocfs2_fs.h
fs/ocfs2/super.c