From 8cb6846bd8b3ad28bbde6a1d177923ce60bd185e Mon Sep 17 00:00:00 2001 From: Hisashi Hifumi Date: Sun, 29 Mar 2009 09:53:38 +0200 Subject: [PATCH] --- yaml --- r: 140133 b: refs/heads/master c: bddaafa11a549fff311bcf2e04bbfb5139812cb7 h: refs/heads/master i: 140131: 495d074c4ead59d34016bf1b6a5f57cc0b904224 v: v3 --- [refs] | 2 +- trunk/fs/xfs/linux-2.6/xfs_aops.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 370b3b950790..4d85720ebf91 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6447c36209c4268352d55d04d041396ebb8add4a +refs/heads/master: bddaafa11a549fff311bcf2e04bbfb5139812cb7 diff --git a/trunk/fs/xfs/linux-2.6/xfs_aops.c b/trunk/fs/xfs/linux-2.6/xfs_aops.c index de3a198f771e..c13f67300fe7 100644 --- a/trunk/fs/xfs/linux-2.6/xfs_aops.c +++ b/trunk/fs/xfs/linux-2.6/xfs_aops.c @@ -1623,4 +1623,5 @@ const struct address_space_operations xfs_address_space_operations = { .bmap = xfs_vm_bmap, .direct_IO = xfs_vm_direct_IO, .migratepage = buffer_migrate_page, + .is_partially_uptodate = block_is_partially_uptodate, };