commit | 5ffc0cb308f69cea36058d308d911f26ee59316e | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Mon Feb 28 17:04:01 2011 +0530 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Tue Mar 15 09:57:39 2011 -0500 |
tree | 3419cbaeab2d8f20d96123ba20604d82b9129a80 | |
parent | 62d810b424e434a38ad6b17fb93cd5748692a026 [diff] |
fs/9p: Add inode hashing We didn't add the inode to inode hash in 9p. We need to do that to get sync to work, otherwise __mark_inode_dirty will not add the inode to super block's dirty list. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>