diff --git a/[refs] b/[refs] index f2f162ea912d..1d21d733a632 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1be2add685181ba31554ffefa428b0f80a408bff +refs/heads/master: e8bbe8c401c61408ea226b33b824f231c8f9ccae diff --git a/trunk/fs/ext4/fsync.c b/trunk/fs/ext4/fsync.c index e9473cbe80df..60fe5721fbe3 100644 --- a/trunk/fs/ext4/fsync.c +++ b/trunk/fs/ext4/fsync.c @@ -36,7 +36,7 @@ static void dump_completed_IO(struct inode * inode) { -#ifdef EXT4_DEBUG +#ifdef EXT4FS_DEBUG struct list_head *cur, *before, *after; ext4_io_end_t *io, *io0, *io1; unsigned long flags;