Whamcloud - gitweb
LU-12462 llite: Remove old fsync versions 39/35339/2
authorPatrick Farrell <pfarrell@whamcloud.com>
Thu, 27 Jun 2019 15:41:29 +0000 (11:41 -0400)
committerOleg Drokin <green@whamcloud.com>
Fri, 12 Jul 2019 05:19:00 +0000 (05:19 +0000)
commit4cb6ce1863d0498ece59dabe6d38ef12c0a5fd41
tree80501b25aa53b3b907d676e788a78cdc1e54e077
parentdbcddb4824f08153f145327e2bfe1bf4a2becc4f
LU-12462 llite: Remove old fsync versions

The old two arg and three arg versions of fsync were last
used in 2.6.3X kernels, and we no longer support those.

Remove it to clean up our fsync defines, and add to debug
to capture all the arguments of the current fsync.

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I3ab18fa5a7a4a6d3b0714570a8ff3f2ad820e5ad
Reviewed-on: https://review.whamcloud.com/35339
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Mike Pershin <mpershin@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
libcfs/include/libcfs/linux/linux-fs.h
libcfs/libcfs/tracefile.c
lustre/autoconf/lustre-core.m4
lustre/llite/file.c
lustre/llite/llite_internal.h
lustre/llite/pcc.c
lustre/osc/osc_request.c
lustre/osd-ldiskfs/osd_handler.c
lustre/target/tgt_handler.c