lkml.org 
[lkml]   [2010]   [May]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH tip/core/rcu 36/48] nfs: __rcu annotations
Date
Paul E. McKenney <paulmck@linux.vnet.ibm.com> wrote:

> struct nfs_delegation {
> struct list_head super_list;
> - struct rpc_cred *cred;
> + struct rpc_cred __rcu *cred;
> struct inode *inode;
> nfs4_stateid stateid;
> fmode_t type;

That's unnecessary. I posted a patch that removed the usage of RCU on that
pointer:

Date: Tue, 20 Apr 2010 11:26:13 +0100
Subject: NFS: Fix RCU issues in the NFSv4 delegation code

Did Trond take it?

David


\
 
 \ /
  Last update: 2010-05-05 12:17    [W:0.239 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site