2.6.3-rc3-mm1 - compile whoops in fs/ext3/super.c

From: Valdis . Kletnieks
Date: Mon Feb 16 2004 - 11:43:56 EST


Got a spare open-curly that peeved the gcc parser. Patch appended. If there's
supposed to be a closing curly someplace else, please let me know... :)

--- linux-2.6.3-rc3-mm1/fs/ext3/super.c.dist 2004-02-16 11:37:26.715311815 -0500
+++ linux-2.6.3-rc3-mm1/fs/ext3/super.c 2004-02-16 11:38:21.151415057 -0500
@@ -2209,7 +2209,7 @@
return err;
if (nd.mnt->mnt_sb != sb) /* Quotafile not on the same fs? */
return -EXDEV;
- if (nd.dentry->d_parent->d_inode != sb->s_root->d_inode) {
+ if (nd.dentry->d_parent->d_inode != sb->s_root->d_inode)
/* Quotafile not of fs root? */
printk(KERN_WARNING "EXT3-fs: Quota file not on filesystem "
"root. Journalled quota will not work\n");


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/