diff options
author | Josef Bacik <josef@redhat.com> | 2011-07-14 16:02:04 -0400 |
---|---|---|
committer | Josef Bacik <josef@redhat.com> | 2011-10-19 15:12:28 -0400 |
commit | 0cbbdf7c9c46467bfb7129c30236f36a679ab244 (patch) | |
tree | eb46b44f991d77fb7ee2e4eeab690a92af692189 /fs/btrfs/btrfs_inode.h | |
parent | f1bdcc0a8278aa42cb77331275890aac85a4e7cd (diff) | |
download | linux-0cbbdf7c9c46467bfb7129c30236f36a679ab244.tar.gz linux-0cbbdf7c9c46467bfb7129c30236f36a679ab244.tar.bz2 linux-0cbbdf7c9c46467bfb7129c30236f36a679ab244.zip |
Btrfs: kill reserved_bytes in inode
reserved_bytes is not used for anything in the inode, remove it.
Signed-off-by: Josef Bacik <josef@redhat.com>
Diffstat (limited to 'fs/btrfs/btrfs_inode.h')
-rw-r--r-- | fs/btrfs/btrfs_inode.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h index bf325f40cf92..c70fb10a307b 100644 --- a/fs/btrfs/btrfs_inode.h +++ b/fs/btrfs/btrfs_inode.h @@ -103,11 +103,6 @@ struct btrfs_inode { */ u64 delalloc_bytes; - /* total number of bytes that may be used for this inode for - * delalloc - */ - u64 reserved_bytes; - /* * the size of the file stored in the metadata on disk. data=ordered * means the in-memory i_size might be larger than the size on disk |