Joel Becker ba93712759 ocfs2: Take ocfs2_xattr_bucket structures off of the stack.
The ocfs2_xattr_bucket structure is a nice abstraction, but it is a bit
large to have on the stack.  Just like ocfs2_path, let's allocate it
with a ocfs2_xattr_bucket_new() function.

We can now store the inode on the bucket, cleaning up all the other
bucket functions.  While we're here, we catch another place or two that
wasn't using ocfs2_read_xattr_bucket().

Updates:
- No longer allocating xis.bucket, as it will never be used.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
2009-01-05 08:34:17 -08:00
..
2008-10-31 00:56:28 -07:00
2008-12-04 17:16:36 +11:00
2008-10-14 11:51:57 -07:00
2008-10-14 11:51:57 -07:00
2007-10-16 09:42:58 -07:00
2008-01-25 14:45:34 -08:00
2007-10-12 11:54:38 -07:00
2008-12-01 14:46:45 -08:00
2008-10-14 11:58:03 -07:00
2008-10-13 17:02:43 -07:00
2008-10-13 13:57:57 -07:00
2008-10-13 13:57:57 -07:00
2008-11-14 11:29:12 +11:00
2008-02-03 17:33:42 +02:00
2008-12-16 18:26:16 -08:00
2008-10-13 17:02:43 -07:00
2008-12-01 14:46:31 -08:00
2008-10-14 11:51:57 -07:00
2008-10-13 17:02:44 -07:00
2008-10-13 13:57:57 -07:00
2008-10-14 11:51:57 -07:00
2008-10-14 11:51:57 -07:00
2008-01-25 15:05:46 -08:00