diff options
author | Jan Kara <jack@suse.cz> | 2009-08-19 18:04:43 +0200 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2009-08-19 19:48:08 -0400 |
commit | e1af88a1ad8f4dea3a2d6c5637d94a3fc3c62994 (patch) | |
tree | ea94e8c93d1ae0eaac2a460e5821f53da428394f /fs/nfs | |
parent | f7e86ab92f2198d30828a1a327ad2085e4a7ff7d (diff) | |
download | linux-3.10-e1af88a1ad8f4dea3a2d6c5637d94a3fc3c62994.tar.gz linux-3.10-e1af88a1ad8f4dea3a2d6c5637d94a3fc3c62994.tar.bz2 linux-3.10-e1af88a1ad8f4dea3a2d6c5637d94a3fc3c62994.zip |
nfs: Remove reference to generic_osync_inode from a comment
generic_file_direct_write() no longer calls generic_osync_inode() so remove the
comment.
CC: linux-nfs@vger.kernel.org
CC: Neil Brown <neilb@suse.de>
CC: "J. Bruce Fields" <bfields@fieldses.org>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/direct.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/nfs/direct.c b/fs/nfs/direct.c index e4e089a8f29..6c3210099d5 100644 --- a/fs/nfs/direct.c +++ b/fs/nfs/direct.c @@ -934,9 +934,6 @@ out: * 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 |