commit | 4f253e1eb628f5adf7ca4f43aab4bbb1bfffa081 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue May 16 12:18:11 2017 +0200 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Sat Jun 03 16:06:38 2017 -0400 |
tree | 86c6f0563a3adf85dd3ad44e8cce989bd114b471 | |
parent | 6ea44adce91526700535b3150f77f8639ae8c82d [diff] |
nfs: Mark unnecessarily extern functions as static nfs_initialise_sb() and nfs_clone_super() are declared as extern even though they are used only in fs/nfs/super.c. Mark them as static. Also remove explicit 'inline' directive from nfs_initialise_sb() and leave it upto compiler to decide whether inlining is worth it. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>