public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]: Added comments in fat.h
@ 2011-11-24 12:46 Rahul Bedarkar
  2011-11-24 18:16 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Rahul Bedarkar @ 2011-11-24 12:46 UTC (permalink / raw)
  To: linux-kernel

Hi,

    Added comments in fat.h

    signed off by <rpal143@gmail.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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-24 18:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-24 12:46 [PATCH]: Added comments in fat.h Rahul Bedarkar
2011-11-24 18:16 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox