Btrfs: remove ->dirty_inode
authorJosef Bacik <josef@redhat.com>
Thu, 5 Apr 2012 18:42:44 +0000 (14:42 -0400)
committerChris Mason <chris.mason@fusionio.com>
Mon, 23 Jul 2012 19:41:38 +0000 (15:41 -0400)
commitc5c3c5f31e6af2d12b154251a7f23b7f4add6b1d
tree58450925d72e896a54e32d05e7eae450917a907d
parentcbea5ac1ee03197354bd38caad3fcb798f185181
Btrfs: remove ->dirty_inode

We do all of our inode updating when we change it, and now that we do
->update_time we don't need ->dirty_inode for atime updates anymore, so just
remove it.  Thanks,

Signed-off-by: Josef Bacik <josef@redhat.com>
fs/btrfs/super.c