Commit b6580ab3 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

SUNRPC: Remove warning in debugfs.c when compiling with W=1



Remove the following warning:

net/sunrpc/debugfs.c:13: warning: cannot understand function prototype: 'struct dentry *topdir;

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 2f34b8bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/**
/*
 * debugfs interface for sunrpc
 *
 * (c) 2014 Jeff Layton <jlayton@primarydata.com>