commit | 4fe370afaae49c57619bb0bedb75de7e7c168308 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@suse.com> | Mon Dec 07 13:15:40 2009 -0800 |
committer | Joel Becker <joel.becker@oracle.com> | Wed May 05 18:17:30 2010 -0700 |
tree | 7b2752fc9616578e9e3baa659e6c724b301d26c5 | |
parent | d02f00cc057809d96c044cc72d5b9809d59f7d49 [diff] [blame] |
ocfs2: use allocation reservations during file write Add a per-inode reservations structure and pass it through to the reservations code. Signed-off-by: Mark Fasheh <mfasheh@suse.com>
diff --git a/fs/ocfs2/inode.h b/fs/ocfs2/inode.h index ba4fe07..e45edca 100644 --- a/fs/ocfs2/inode.h +++ b/fs/ocfs2/inode.h
@@ -70,6 +70,8 @@ /* Only valid if the inode is the dir. */ u32 ip_last_used_slot; u64 ip_last_used_group; + + struct ocfs2_alloc_reservation ip_la_data_resv; }; /*