lkml.org 
[lkml]   [1997]   [Jan]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject2.1.21-patch_fs-1
Date
Removed unused variables.

diff -ur linux-2.1.21.orig/fs/dquot.c linux/fs/dquot.c
--- linux-2.1.21.orig/fs/dquot.c Wed Jan 1 06:19:32 1997
+++ linux/fs/dquot.c Wed Jan 15 13:56:40 1997
@@ -586,7 +586,6 @@
{
struct dquot *dquot;
struct dqblk dq_dqblk;
- int error;

if (dqblk == (struct dqblk *)NULL)
return(-EFAULT);
@@ -660,7 +659,6 @@

static int get_stats(caddr_t addr)
{
- int error;

dqstats.allocated_dquots = nr_dquots;
dqstats.free_dquots = nr_free_dquots;
diff -ur linux-2.1.21.orig/fs/ncpfs/inode.c linux/fs/ncpfs/inode.c
--- linux-2.1.21.orig/fs/ncpfs/inode.c Wed Jan 15 13:02:54 1997
+++ linux/fs/ncpfs/inode.c Wed Jan 15 14:29:00 1997
@@ -555,7 +555,6 @@
int
init_module( void)
{
- int status;

DPRINTK("ncpfs: init_module called\n");

diff -ur linux-2.1.21.orig/fs/smbfs/inode.c linux/fs/smbfs/inode.c
--- linux-2.1.21.orig/fs/smbfs/inode.c Wed Jan 15 13:02:55 1997
+++ linux/fs/smbfs/inode.c Wed Jan 15 14:28:31 1997
@@ -444,7 +444,6 @@
int
init_module(void)
{
- int status;

DPRINTK("smbfs: init_module called\n");



\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.016 / U:1.000 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site