[PATCH v4 03/13] locks: remove "inline" qualifier from fl_link manipulation functions

2013-12-19 Thread Jeff Layton
It's best to let the compiler decide that. Reported-by: Stephen Rothwell Signed-off-by: Jeff Layton --- fs/locks.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/fs/locks.c b/fs/locks.c index 5e28612..049a144 100644 --- a/fs/locks.c +++ b/fs/locks.c @@ -511,8

[PATCH v4 03/13] locks: remove inline qualifier from fl_link manipulation functions

2013-12-19 Thread Jeff Layton
It's best to let the compiler decide that. Reported-by: Stephen Rothwell s...@canb.auug.org.au Signed-off-by: Jeff Layton jlay...@redhat.com --- fs/locks.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/fs/locks.c b/fs/locks.c index 5e28612..049a144 100644 ---