diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2007-10-16 18:38:25 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2007-10-17 18:50:03 -0400 |
commit | ac39849ddc19c0bbb39068497139ac45bccd4321 (patch) | |
tree | b5a6a17f1cd9c98374b91feafcf554bf5197c44d /fs/ext4/fsync.c | |
parent | d8dd0b45438d62fc4a93d8e3cee9985710d01e40 (diff) | |
download | linux-ac39849ddc19c0bbb39068497139ac45bccd4321.tar.gz linux-ac39849ddc19c0bbb39068497139ac45bccd4321.tar.bz2 linux-ac39849ddc19c0bbb39068497139ac45bccd4321.zip |
ext4: sparse fixes
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Diffstat (limited to 'fs/ext4/fsync.c')
-rw-r--r-- | fs/ext4/fsync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/fsync.c b/fs/ext4/fsync.c index 2a167d7131fa..8d50879d1c2c 100644 --- a/fs/ext4/fsync.c +++ b/fs/ext4/fsync.c @@ -47,7 +47,7 @@ int ext4_sync_file(struct file * file, struct dentry *dentry, int datasync) struct inode *inode = dentry->d_inode; int ret = 0; - J_ASSERT(ext4_journal_current_handle() == 0); + J_ASSERT(ext4_journal_current_handle() == NULL); /* * data=writeback: |