Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346351
b: refs/heads/master
c: ac5f121
h: refs/heads/master
i:
  346349: 5d998e1
  346347: d558810
  346343: ebd9160
  346335: 70f3e9b
v: v3
  • Loading branch information
Tushar Behera authored and Linus Torvalds committed Dec 18, 2012
1 parent 9ece91e commit a9fe1f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 965c8e59cfcf845ecde2265a1d1bfee5f011d302
refs/heads/master: ac5f121b8f2cad52b7671f9af872f8761b0ea1d4
5 changes: 3 additions & 2 deletions trunk/fs/notify/inode_mark.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ void fsnotify_clear_inode_marks_by_group(struct fsnotify_group *group)
* given a group and inode, find the mark associated with that combination.
* if found take a reference to that mark and return it, else return NULL
*/
struct fsnotify_mark *fsnotify_find_inode_mark_locked(struct fsnotify_group *group,
struct inode *inode)
static struct fsnotify_mark *fsnotify_find_inode_mark_locked(
struct fsnotify_group *group,
struct inode *inode)
{
struct fsnotify_mark *mark;
struct hlist_node *pos;
Expand Down

0 comments on commit a9fe1f7

Please sign in to comment.