fs: move i_readcount
authorMimi Zohar <zohar@linux.vnet.ibm.com>
Wed, 11 Dec 2013 20:20:54 +0000 (15:20 -0500)
committerMimi Zohar <zohar@linux.vnet.ibm.com>
Fri, 7 Mar 2014 16:31:55 +0000 (11:31 -0500)
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>
include/linux/fs.h

Simple merge