Messages in this thread Patch in this message |  | | | Subject | 2.6.3-rc3-mm1 - compile whoops in fs/ext3/super.c | | From | Valdis.Kletnieks@vt ... | | Date | Mon, 16 Feb 2004 11:41:35 -0500 |
| |
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |