Messages in this thread |  | | | Date | Sun, 13 Apr 2008 04:05:54 -0400 | | From | Christoph Hellwig <> | | Subject | Re: [PATCH 2/7] omfs: add inode routines | |
Looks good. Minor nitpick:
> +static void omfs_put_super(struct super_block *sb)
> +{
> + struct omfs_sb_info *sbi = OMFS_SB(sb);
> + if (sbi) {
This if check is no needed, as your fill_super method never returns
success without setting it up.
|  |