aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/gfs2_ondisk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/linux/gfs2_ondisk.h b/include/uapi/linux/gfs2_ondisk.h
index 0f24c07aed51..310020816809 100644
--- a/include/uapi/linux/gfs2_ondisk.h
+++ b/include/uapi/linux/gfs2_ondisk.h
@@ -347,9 +347,9 @@ struct gfs2_leaf {
347 * metadata header. Each inode, if it has extended attributes, will 347 * metadata header. Each inode, if it has extended attributes, will
348 * have either a single block containing the extended attribute headers 348 * have either a single block containing the extended attribute headers
349 * or a single indirect block pointing to blocks containing the 349 * or a single indirect block pointing to blocks containing the
350 * extended attribure headers. 350 * extended attribute headers.
351 * 351 *
352 * The maximim size of the data part of an extended attribute is 64k 352 * The maximum size of the data part of an extended attribute is 64k
353 * so the number of blocks required depends upon block size. Since the 353 * so the number of blocks required depends upon block size. Since the
354 * block size also determines the number of pointers in an indirect 354 * block size also determines the number of pointers in an indirect
355 * block, its a fairly complicated calculation to work out the maximum 355 * block, its a fairly complicated calculation to work out the maximum