lkml.org 
[lkml]   [2012]   [Apr]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Subject[PATCH 0/3] SUNRPC: three bugfixes for PipeFS event handling
From
Date
These bugfixes were caught (or noticed) due to the following simple script:

======================================================================

#!/bin/bash
service rpcbind stop
service rpcidmapd stop
killall -TERM rpc.statd
umount /var/lib/nfs/rpc_pipefs
rmmod nfs
service rpcbind start
service nfs start
mount -t rpc_pipefs sunrpc /var/lib/nfs/rpc_pipefs

=======================================================================

The following series consists of:

---

Stanislav Kinsbursky (3):
SUNRPC: skip clients with program without PipeFS entries
SUNRPC: traverse clients tree on PipeFS event
SUNRPC: set per-net PipeFS superblock before notification


net/sunrpc/clnt.c | 34 ++++++++++++++++++++++++++++------
net/sunrpc/rpc_pipe.c | 3 ++-
2 files changed, 30 insertions(+), 7 deletions(-)



\
 
 \ /
  Last update: 2012-04-20 16:23    [W:2.032 / U:0.700 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site