From 81ead1299c620b7f4f96e71859096a28b1f191f8 Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Wed, 19 Aug 2009 18:04:43 +0200 Subject: [PATCH] --- yaml --- r: 158606 b: refs/heads/master c: e1af88a1ad8f4dea3a2d6c5637d94a3fc3c62994 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/nfs/direct.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index d667b3e186e5..22a996d01e19 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f7e86ab92f2198d30828a1a327ad2085e4a7ff7d +refs/heads/master: e1af88a1ad8f4dea3a2d6c5637d94a3fc3c62994 diff --git a/trunk/fs/nfs/direct.c b/trunk/fs/nfs/direct.c index e4e089a8f294..6c3210099d51 100644 --- a/trunk/fs/nfs/direct.c +++ b/trunk/fs/nfs/direct.c @@ -934,9 +934,6 @@ ssize_t nfs_file_direct_read(struct kiocb *iocb, const struct iovec *iov, * back into its cache. We let the server do generic write * parameter checking and report problems. * - * We also avoid an unnecessary invocation of generic_osync_inode(), - * as it is fairly meaningless to sync the metadata of an NFS file. - * * We eliminate local atime updates, see direct read above. * * We avoid unnecessary page cache invalidations for normal cached