[PATCH v4 04/13] locks: add __acquires and __releases annotations to locks_start and locks_stop

2013-12-19 Thread Jeff Layton
...to make sparse happy. Signed-off-by: Jeff Layton --- fs/locks.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/locks.c b/fs/locks.c index 049a144..6084f5a 100644 --- a/fs/locks.c +++ b/fs/locks.c @@ -2430,6 +2430,7 @@ static int locks_show(struct seq_file *f, void *v) } static

[PATCH v4 04/13] locks: add __acquires and __releases annotations to locks_start and locks_stop

2013-12-19 Thread Jeff Layton
...to make sparse happy. Signed-off-by: Jeff Layton jlay...@redhat.com --- fs/locks.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/locks.c b/fs/locks.c index 049a144..6084f5a 100644 --- a/fs/locks.c +++ b/fs/locks.c @@ -2430,6 +2430,7 @@ static int locks_show(struct seq_file *f, void