[Jfs-discussion] [PATCH 5/6] jfs: fix up error handling for insert_inode_locked

2011-12-06 Thread Eric Sandeen
after 250df6ed274d767da844a5d9f05720b804240197 (fs: protect inode->i_state with inode->i_lock), insert_inode_locked() no longer returns the inode with I_NEW set on failure. However, the error handler still calls unlock_new_inode() on failure, which does a WARN_ON if I_NEW is not set, so any failur

Re: [Jfs-discussion] [PATCH 1/1] fix d_revalidate oopsen on NFS exports

2011-12-06 Thread Jacek Luczak
2011/12/1 Chris Dunlop : [!snip] >> I'm also not sure about the printk in the NFS case. Instead of littering >> the logs, we should probably just disallow the stacked filesystem (are >> we talking about eCryptfs here?) from mounting on top of NFS in the >> first place. > > See other reply: it wasn'