diff options
author | Steve French <sfrench@us.ibm.com> | 2005-10-05 22:32:49 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-10-05 22:32:49 -0400 |
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 49efdefcff7c..ff4d1cc7c248 100644 --- a/fs/cifs/inode.c +++ b/fs/cifs/inode.c | |||
@@ -962,7 +962,6 @@ int cifs_setattr(struct dentry *direntry, struct iattr *attrs) | |||
962 | struct cifsTconInfo *pTcon; | 962 | struct cifsTconInfo *pTcon; |
963 | char *full_path = NULL; | 963 | char *full_path = NULL; |
964 | int rc = -EACCES; | 964 | int rc = -EACCES; |
965 | int found = FALSE; | ||
966 | struct cifsFileInfo *open_file = NULL; | 965 | struct cifsFileInfo *open_file = NULL; |
967 | FILE_BASIC_INFO time_buf; | 966 | FILE_BASIC_INFO time_buf; |
968 | int set_time = FALSE; | 967 | int set_time = FALSE; |
@@ -970,7 +969,6 @@ int cifs_setattr(struct dentry *direntry, struct iattr *attrs) | |||
970 | __u64 uid = 0xFFFFFFFFFFFFFFFFULL; | 969 | __u64 uid = 0xFFFFFFFFFFFFFFFFULL; |
971 | __u64 gid = 0xFFFFFFFFFFFFFFFFULL; | 970 | __u64 gid = 0xFFFFFFFFFFFFFFFFULL; |
972 | struct cifsInodeInfo *cifsInode; | 971 | struct cifsInodeInfo *cifsInode; |
973 | struct list_head *tmp; | ||
974 | 972 | ||
975 | xid = GetXid(); | 973 | xid = GetXid(); |
976 | 974 | ||