diff options
author | Jan Kara | 2013-11-13 00:07:08 +0100 |
---|---|---|
committer | Linus Torvalds | 2013-11-13 04:09:02 +0100 |
commit | 41ecc345984bcc8bf341a3e758c1eb3fc543dd83 (patch) | |
tree | 6b1d1e3a3f47b1ec5182e466d737f0496744013c /lib | |
parent | ocfs2: convert use of typedef ctl_table to struct ctl_table (diff) | |
download | kernel-qcow2-linux-41ecc345984bcc8bf341a3e758c1eb3fc543dd83.tar.gz kernel-qcow2-linux-41ecc345984bcc8bf341a3e758c1eb3fc543dd83.tar.xz kernel-qcow2-linux-41ecc345984bcc8bf341a3e758c1eb3fc543dd83.zip |
ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage()
Ocfs2 doesn't do data journalling. Thus its ->invalidatepage and
->releasepage functions never get called on buffers that have journal
heads attached. So just use standard variants of functions from
buffer.c.
Signed-off-by: Jan Kara <jack@suse.cz>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Mark Fasheh <mfasheh@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions