Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754688Ab3DOBwR (ORCPT ); Sun, 14 Apr 2013 21:52:17 -0400 Received: from mail-vb0-f65.google.com ([209.85.212.65]:34191 "EHLO mail-vb0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754603Ab3DOBwP (ORCPT ); Sun, 14 Apr 2013 21:52:15 -0400 X-Greylist: delayed 4092 seconds by postgrey-1.27 at vger.kernel.org; Sun, 14 Apr 2013 21:52:15 EDT MIME-Version: 1.0 Date: Sun, 14 Apr 2013 17:44:02 -0700 Message-ID: Subject: [PATCH mainline] btrfs: fix minor typo in comment From: Nathaniel Yazdani To: chris.mason@fusionio.com, linux-btrfs@vger.kernel.org Cc: Nathaniel Yazdani , linux-kernel@vger.kernel.org, trivial@kernel.org, torvalds@linux-foundation.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 848 Lines: 23 In the comment describing the sync_writers field of the btrfs_inode struct, "fsyncing" was misspelled "fsycing." Signed-off-by: Nathaniel Yazdani --- diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h index d9b97d4..08b286b 100644 --- a/fs/btrfs/btrfs_inode.h +++ b/fs/btrfs/btrfs_inode.h @@ -93,7 +93,7 @@ struct btrfs_inode { unsigned long runtime_flags; - /* Keep track of who's O_SYNC/fsycing currently */ + /* Keep track of who's O_SYNC/fsyncing currently */ atomic_t sync_writers; /* full 64 bit generation number, struct vfs_inode doesn't have a big -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/