diff options
author | Steve French <sfrench@us.ibm.com> | 2005-10-05 19:32:49 -0700 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-10-05 19:32:49 -0700 |
commit | dd99cd803d460576cf84f012786ff39814b73f7f (patch) | |
tree | 5804212dea596d82bb561624a6e7c868c27bc2f3 /fs/cifs/inode.c | |
parent | 4a77118cd5018fec11bf86f6f8d659352ad9a92b (diff) |
[CIFS] cleanup sparse and compile errors in previous fix
Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs/cifs/inode.c')
-rw-r--r-- | fs/cifs/inode.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index 49efdefcff7..ff4d1cc7c24 100644 --- a/fs/cifs/inode.c +++ b/fs/cifs/inode.c @@ -962,7 +962,6 @@ int cifs_setattr(struct dentry *direntry, struct iattr *attrs) struct cifsTconInfo *pTcon; char *full_path = NULL; int rc = -EACCES; - int found = FALSE; struct cifsFileInfo *open_file = NULL; FILE_BASIC_INFO time_buf; int set_time = FALSE; @@ -970,7 +969,6 @@ int cifs_setattr(struct dentry *direntry, struct iattr *attrs) __u64 uid = 0xFFFFFFFFFFFFFFFFULL; __u64 gid = 0xFFFFFFFFFFFFFFFFULL; struct cifsInodeInfo *cifsInode; - struct list_head *tmp; xid = GetXid(); |