X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=fs%2Fbtrfs%2Finode.c;h=0a9b10c5b0a7458a6f2aca7a195c1980e1b88bb8;hb=90a800de0a29426ea900ecd53f2929d5f4bc4578;hp=5813dec5101cc1856762d33b5f1370069c8ecef5;hpb=e999376f094162aa425ae749aa1df95ab928d010;p=sfrench%2Fcifs-2.6.git diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 5813dec5101c..0a9b10c5b0a7 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -4291,7 +4291,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;