Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297975
b: refs/heads/master
c: 35ebb41
h: refs/heads/master
i:
  297973: 0c8014f
  297971: 38fea7d
  297967: 5856f9c
v: v3
  • Loading branch information
Jeff Layton committed Mar 23, 2012
1 parent 31ad66b commit 5e697b5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e94f7ba124bfbd3898f620c46891ebcfb9cf20d0
refs/heads/master: 35ebb4155f2f9d5580679d368aea81a5933db481
4 changes: 3 additions & 1 deletion trunk/fs/cifs/cifsglob.h
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,11 @@ struct cifs_io_parms {
* Take a reference on the file private data. Must be called with
* cifs_file_list_lock held.
*/
static inline void cifsFileInfo_get(struct cifsFileInfo *cifs_file)
static inline
struct cifsFileInfo *cifsFileInfo_get(struct cifsFileInfo *cifs_file)
{
++cifs_file->count;
return cifs_file;
}

void cifsFileInfo_put(struct cifsFileInfo *cifs_file);
Expand Down

0 comments on commit 5e697b5

Please sign in to comment.