forked from Minki/linux
nfs: non void functions must return a value
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
b3b536a123
commit
9304a8120a
@ -413,6 +413,7 @@ extern void _nfs_display_fhandle(const struct nfs_fh *fh, const char *caption);
|
||||
#else
|
||||
static inline u32 nfs_display_fhandle_hash(const struct nfs_fh *fh)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
static inline void nfs_display_fhandle(const struct nfs_fh *fh,
|
||||
const char *caption)
|
||||
|
Loading…
Reference in New Issue
Block a user