commit | d984ea604943bbeedde4e9715984eb942a298383 | [log] [tgz] |
---|---|---|
author | Mimi Zohar <zohar@linux.vnet.ibm.com> | Wed Dec 11 15:20:54 2013 -0500 |
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | Fri Mar 07 11:31:55 2014 -0500 |
tree | df756eca5660069dad6e63f6ce46501267b6baf0 | |
parent | 52a13284844b354c7a37533f5366cb5b653a76b3 [diff] |
fs: move i_readcount On a 64-bit system, a hole exists in the 'inode' structure after i_writecount. This patch moves i_readcount to fill this hole. Reported-by: David Howells <dhowells@redhat.com> Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com> Acked-by: David Howells <dhowells@redhat.com>