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/inode.c | |
parent | d8dd0b45438d62fc4a93d8e3cee9985710d01e40 (diff) |
ext4: sparse fixes
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r-- | fs/ext4/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 89dd87634a2f..5489703d9573 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
@@ -1027,7 +1027,7 @@ struct buffer_head *ext4_getblk(handle_t *handle, struct inode *inode, | |||
1027 | } | 1027 | } |
1028 | if (buffer_new(&dummy)) { | 1028 | if (buffer_new(&dummy)) { |
1029 | J_ASSERT(create != 0); | 1029 | J_ASSERT(create != 0); |
1030 | J_ASSERT(handle != 0); | 1030 | J_ASSERT(handle != NULL); |
1031 | 1031 | ||
1032 | /* | 1032 | /* |
1033 | * Now that we do not always journal data, we should | 1033 | * Now that we do not always journal data, we should |