patch-2.1.55 linux/fs/dquot.c
Next file: linux/fs/ext2/dir.c
Previous file: linux/fs/autofs/root.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Sep 7 11:11:30 1997
- Orig file:
v2.1.54/linux/fs/dquot.c
- Orig date:
Mon Aug 4 16:25:39 1997
diff -u --recursive --new-file v2.1.54/linux/fs/dquot.c linux/fs/dquot.c
@@ -222,7 +222,7 @@
{
short type = dquot->dq_type;
struct file *filp = dquot->dq_mnt->mnt_quotas[type];
- unsigned short fs;
+ unsigned long fs;
if (!(dquot->dq_flags & DQ_MOD) || (filp == (struct file *)NULL))
return;
@@ -254,7 +254,7 @@
{
short type = dquot->dq_type;
struct file *filp = dquot->dq_mnt->mnt_quotas[type];
- unsigned short fs;
+ unsigned long fs;
if (filp == (struct file *)NULL)
return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov