Re: [PATCH] autofs - fix lockref lookup

2014-04-23 Thread Ian Kent
On Wed, 2014-04-23 at 14:46 -0700, Andrew Morton wrote: > On Wed, 23 Apr 2014 13:20:36 +0800 Ian Kent wrote: > > > autofs needs to be able to see private data dentry flags for > > its dentrys that are being created but not yet hashed and for > > its dentys that have been rmdir()ed but not yet fre

Re: [PATCH] autofs - fix lockref lookup

2014-04-23 Thread Andrew Morton
On Wed, 23 Apr 2014 13:20:36 +0800 Ian Kent wrote: > autofs needs to be able to see private data dentry flags for > its dentrys that are being created but not yet hashed and for > its dentys that have been rmdir()ed but not yet freed. It > needs to do this so it can block processes in these state

[PATCH] autofs - fix lockref lookup

2014-04-22 Thread Ian Kent
autofs needs to be able to see private data dentry flags for its dentrys that are being created but not yet hashed and for its dentys that have been rmdir()ed but not yet freed. It needs to do this so it can block processes in these states until a status has been returned to indicate the given oper