patch-2.1.22 linux/fs/dquot.c
Next file: linux/fs/ext2/symlink.c
Previous file: linux/drivers/scsi/sd.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sun Jan 19 15:47:25 1997
- Orig file:
v2.1.21/linux/fs/dquot.c
- Orig date:
Thu Jan 2 15:55:22 1997
diff -u --recursive --new-file v2.1.21/linux/fs/dquot.c linux/fs/dquot.c
@@ -586,7 +586,6 @@
{
struct dquot *dquot;
struct dqblk dq_dqblk;
- int error;
if (dqblk == (struct dqblk *)NULL)
return(-EFAULT);
@@ -660,8 +659,6 @@
static int get_stats(caddr_t addr)
{
- int error;
-
dqstats.allocated_dquots = nr_dquots;
dqstats.free_dquots = nr_free_dquots;
return copy_to_user(addr, (caddr_t)&dqstats, sizeof(struct dqstats))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov