projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[SCSI] Merge branch 'linus'
[linux-2.6]
/
fs
/
jfs
/
jfs_mount.c
diff --git
a/fs/jfs/jfs_mount.c
b/fs/jfs/jfs_mount.c
index
644429a
..
7b698f2
100644
(file)
--- a/
fs/jfs/jfs_mount.c
+++ b/
fs/jfs/jfs_mount.c
@@
-147,7
+147,7
@@
int jfs_mount(struct super_block *sb)
*/
if ((sbi->mntflag & JFS_BAD_SAIT) == 0) {
ipaimap2 = diReadSpecial(sb, AGGREGATE_I, 1);
- if (
ipaimap2 == 0
) {
+ if (
!ipaimap2
) {
jfs_err("jfs_mount: Faild to read AGGREGATE_I");
rc = -EIO;
goto errout35;