]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/nilfs2/alloc.h
TOMOYO: Use array of "struct list_head".
[mv-sheeva.git] / fs / nilfs2 / alloc.h
index 5cccf874d6927897dbf9c74a02d3f93b5a8c7c22..9af34a7e6e13e1ba17e660a3b1f0fb767b484b89 100644 (file)
 #include <linux/buffer_head.h>
 #include <linux/fs.h>
 
+/**
+ * nilfs_palloc_entries_per_group - get the number of entries per group
+ * @inode: inode of metadata file using this allocator
+ *
+ * The number of entries per group is defined by the number of bits
+ * that a bitmap block can maintain.
+ */
 static inline unsigned long
 nilfs_palloc_entries_per_group(const struct inode *inode)
 {