From a9fe1f73f8d448fdeb3bf9e917b3f59174da6465 Mon Sep 17 00:00:00 2001 From: Tushar Behera Date: Mon, 17 Dec 2012 15:59:40 -0800 Subject: [PATCH] --- yaml --- r: 346351 b: refs/heads/master c: ac5f121b8f2cad52b7671f9af872f8761b0ea1d4 h: refs/heads/master i: 346349: 5d998e1fd0c730f58fbba06c9552df5674766f25 346347: d5588102228dd0d306854d042bfdb37ab99dd3ba 346343: ebd91604692842e7b58112fc00f490d46f46ded5 346335: 70f3e9bb6dda7e811beaacd2779a2f9124057831 v: v3 --- [refs] | 2 +- trunk/fs/notify/inode_mark.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 18ab14d41355..06f2a5bd8b6f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 965c8e59cfcf845ecde2265a1d1bfee5f011d302 +refs/heads/master: ac5f121b8f2cad52b7671f9af872f8761b0ea1d4 diff --git a/trunk/fs/notify/inode_mark.c b/trunk/fs/notify/inode_mark.c index b13c00ac48eb..f3035691f528 100644 --- a/trunk/fs/notify/inode_mark.c +++ b/trunk/fs/notify/inode_mark.c @@ -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;