Skip to content

Commit

Permalink
ocfs2: Take ocfs2_xattr_bucket structures off of the stack.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joel Becker authored and Mark Fasheh committed Jan 5, 2009
1 parent 4980c6d commit ba93712
Showing 1 changed file with 166 additions and 115 deletions.
Loading

0 comments on commit ba93712

Please sign in to comment.