lkml.org 
[lkml]   [2011]   [Nov]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
Subject[PATCH]: Added comments in fat.h
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


\
 
 \ /
  Last update: 2011-11-24 13:49    [W:0.056 / U:0.156 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site