diff options
Diffstat (limited to 'fs/jfs/xattr.c')
-rw-r--r-- | fs/jfs/xattr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/jfs/xattr.c b/fs/jfs/xattr.c index b753ba216450..5c0f2de01316 100644 --- a/fs/jfs/xattr.c +++ b/fs/jfs/xattr.c | |||
@@ -63,9 +63,9 @@ | |||
63 | * | 63 | * |
64 | * On-disk: | 64 | * On-disk: |
65 | * | 65 | * |
66 | * FEALISTs are stored on disk using blocks allocated by dbAlloc() and | 66 | * FEALISTs are stored on disk using blocks allocated by dbAlloc() and |
67 | * written directly. An EA list may be in-lined in the inode if there is | 67 | * written directly. An EA list may be in-lined in the inode if there is |
68 | * sufficient room available. | 68 | * sufficient room available. |
69 | */ | 69 | */ |
70 | 70 | ||
71 | struct ea_buffer { | 71 | struct ea_buffer { |