Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 555
b: refs/heads/master
c: cbe0476
h: refs/heads/master
i:
  553: 8e428c5
  551: 69a3dea
v: v3
  • Loading branch information
Steve French authored and Linus Torvalds committed Apr 29, 2005
1 parent 9bd6bfe commit e413963
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad009ac96509e005d9978d0ae9e9ec4d63ad2990
refs/heads/master: cbe0476fa6a76b01b79e7c117963d45ed0a28758
3 changes: 2 additions & 1 deletion trunk/fs/cifs/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Add support for lsattr (getting ext2/ext3/reiserfs attr flags from the server)
as new protocol extensions. Do not send Get/Set calls for POSIX ACLs
unless server explicitly claims to support them in CIFS Unix extensions
POSIX ACL capability bit. Fix packet signing when multiuser mounting with
different users from the same client to the same server.
different users from the same client to the same server. Fix oops in
cifs_close.

Version 1.31
------------
Expand Down
2 changes: 2 additions & 0 deletions trunk/fs/cifs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,10 @@ int cifs_close(struct inode *inode, struct file *file)
write_lock(&file->f_owner.lock);
}
}
write_lock(&GlobalSMBSeslock);
list_del(&pSMBFile->flist);
list_del(&pSMBFile->tlist);
write_unlock(&GlobalSMBSeslock);
write_unlock(&file->f_owner.lock);
kfree(pSMBFile->search_resume_name);
kfree(file->private_data);
Expand Down

0 comments on commit e413963

Please sign in to comment.