X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fbtrfs%2Finode.c;h=39a9d5750efdaf9401f414cc4e6824ecf2bc301b;hb=36947a76826111e661a26cb0f668a5be6cc3ddb4;hp=bb51bb1fa44f836ffaa519eaa3c49b96a6ebac03;hpb=d02bf062fbb5e714d84ecefd05106062b9a45159;p=karo-tx-linux.git diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index bb51bb1fa44f..39a9d5750efd 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -4294,7 +4294,7 @@ int btrfs_write_inode(struct inode *inode, struct writeback_control *wbc) * FIXME, needs more benchmarking...there are no reasons other than performance * to keep or drop this code. */ -void btrfs_dirty_inode(struct inode *inode) +void btrfs_dirty_inode(struct inode *inode, int flags) { struct btrfs_root *root = BTRFS_I(inode)->root; struct btrfs_trans_handle *trans;