--- linux/fs/dquot.c Mon Jul 2 19:29:31 2001 +++ linux/fs/dquot.c Mon Jul 2 19:30:37 2001 @@ -1889,7 +1889,7 @@ } /* Function in inode.c - remove pointers to dquots in icache */ -extern void remove_dquot_ref(kdev_t, short); +extern void remove_dquot_ref(struct super_block *, short); /* * Turn quota off on a device. type == -1 ==> quotaoff for all types (umount) @@ -1913,7 +1913,7 @@ reset_enable_flags(dqopt, cnt); /* Note: these are blocking operations */ - remove_dquot_ref(sb->s_dev, cnt); + remove_dquot_ref(sb, cnt); invalidate_dquots(sb->s_dev, cnt); /* When invalidate is finished there are no users of any dquot of our interest... */ if (quotafile_info_dirty(sb_dqopt(sb)->info+cnt))