From: Jan Kara Date: Tue, 18 Aug 2009 15:54:11 +0000 (+0200) Subject: ext2: Update comment about generic_osync_inode X-Git-Tag: upstream/snapshot3+hdmi~17665^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2a735ad666a04306a708b5a0109cc1fe113f569;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ext2: Update comment about generic_osync_inode We rely on generic_write_sync() now. CC: linux-ext4@vger.kernel.org Signed-off-by: Jan Kara --- diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c index e271303..1c1638f 100644 --- a/fs/ext2/inode.c +++ b/fs/ext2/inode.c @@ -482,7 +482,7 @@ static int ext2_alloc_branch(struct inode *inode, unlock_buffer(bh); mark_buffer_dirty_inode(bh, inode); /* We used to sync bh here if IS_SYNC(inode). - * But we now rely upon generic_osync_inode() + * But we now rely upon generic_write_sync() * and b_inode_buffers. But not for directories. */ if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode))