[PATCH 3/4] reiserfs: private inode abstracted to static inline

2005-03-07 Thread Jeffrey Mahoney
Sorry for the (again) updated diff. This past week doesn't seem to have been my best for quality control; somewhere the xattr disabled case for reiserfs_mark_inode_private was dropped. Here's the updated patch. -Jeff This patch moves the assignment of i_priv_object to a static inline. This is in

[PATCH 3/4] reiserfs: private inode abstracted to static inline

2005-03-01 Thread Jeffrey Mahoney
This patch moves the assignment of i_priv_object to a static inline. This is in preparation for selinux support in reiserfs. Signed-off-by: Jeff Mahoney <[EMAIL PROTECTED]> diff -ruNpX dontdiff linux-2.6.9/fs/reiserfs/inode.c linux-2.6.9.base/fs/reiserfs/inode.c --- linux-2.6.9/fs/reiserfs/inode