-extern int sb_min_blocksize(struct super_block *, int); +extern int __must_check sb_min_blocksize(struct super_block *, int);
Please drop the pointless extern here, and spell out the parameter names.
Otherwise looks good:
Reviewed-by: Christoph Hellwig hch@lst.de