Loading fs/nfs_common/grace.c +3 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,9 @@ grace_exit_net(struct net *net) { struct list_head *grace_list = net_generic(net, grace_net_id); BUG_ON(!list_empty(grace_list)); WARN_ONCE(!list_empty(grace_list), "net %x %s: grace_list is not empty\n", net->ns.inum, __func__); } static struct pernet_operations grace_net_ops = { Loading Loading
fs/nfs_common/grace.c +3 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,9 @@ grace_exit_net(struct net *net) { struct list_head *grace_list = net_generic(net, grace_net_id); BUG_ON(!list_empty(grace_list)); WARN_ONCE(!list_empty(grace_list), "net %x %s: grace_list is not empty\n", net->ns.inum, __func__); } static struct pernet_operations grace_net_ops = { Loading