Whamcloud - gitweb
LU-812 ldiskfs: super_operations->dirty_inode now takes a flag
authorJames Simmons <uja.ornl@gmail.com>
Tue, 5 Mar 2013 12:50:54 +0000 (07:50 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 22 Mar 2013 18:20:28 +0000 (14:20 -0400)
commit9857b9d2bcf39c5bced8f4f7eedbe3170331a9ae
tree851a4da97ddc90dce0de7476341f4cdabe30d3af
parent1e149bef8d832aade6c04b65b8308b71c6d523ed
LU-812 ldiskfs: super_operations->dirty_inode now takes a flag

Currently this flag is unused by ext4, so just pass in 0.  This change
happened in kernel commit aa38572954ade525817fe88c54faebf85e5a61c0.
Apparently the flag is used to tell the difference between timestamp
updates and anything else.

Signed-off-by: James Simmons <uja.ornl@gmail.com>
Signed-off-by: chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Change-Id: I24536546256f5f043c1f53e15220b0c956be343f
Reviewed-on: http://review.whamcloud.com/4966
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/autoconf/lustre-core.m4
lustre/include/linux/lustre_compat25.h
lustre/osd-ldiskfs/osd_handler.c
lustre/osd-ldiskfs/osd_io.c