SUNRPC: Fix a typo in cache_pipefs_files
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 19 Aug 2009 22:12:21 +0000 (18:12 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 19 Aug 2009 22:22:15 +0000 (18:22 -0400)
commit96c61cbd0f30496bfa57ed80f7131a57aea3e4de
tree0b5729ef60777da4622cbad7c881ab6bbe36019c
parent6a396f67d2442e30150ffb5e1142dbb2f2181d3f
SUNRPC: Fix a typo in cache_pipefs_files

We want the channel to be a regular file, so that we don't need to supply
rpc_pipe_ops.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/rpc_pipe.c