[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+NV+Vn2jq3r3VsS1pL_XEQPF5=ph3FAx2_wDGdLnCvZDFXUFQ@mail.gmail.com>
Date: Thu, 24 Nov 2011 18:16:59 +0530
From: Rahul Bedarkar <rpal143@...il.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH]: Added comments in fat.h
Hi,
Added comments in fat.h
signed off by <rpal143@...il.com>
[master b5334fc] Added comments in fat.h
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/fs/fat/fat.h b/fs/fat/fat.h
index 1510a4d..3b64fe0 100644
--- a/fs/fat/fat.h
+++ b/fs/fat/fat.h
@@ -75,7 +75,7 @@ struct msdos_sb_info {
struct fat_mount_options options;
struct nls_table *nls_disk; /* Codepage used on disk */
struct nls_table *nls_io; /* Charset used for input and display */
- const void *dir_ops; /* Opaque; default
directory operations */
+ const void *dir_ops; /* Opaque; default directory operations */
int dir_per_block; /* dir entries per block */
int dir_per_block_bits; /* log2(dir_per_block) */
@@ -179,6 +179,7 @@ static inline u8 fat_make_attrs(struct inode *inode)
return attrs;
}
+/* Sets the FAT attribute byte for thid inode */
static inline void fat_save_attrs(struct inode *inode, u8 attrs)
{
if (fat_mode_can_hold_ro(inode))
Regards,
Rahul Bedarkar
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists