|
@@ -110,8 +110,8 @@ static void wake_up_inode(struct inode *inode)
|
|
|
|
|
|
/**
|
|
/**
|
|
* inode_init_always - perform inode structure intialisation
|
|
* inode_init_always - perform inode structure intialisation
|
|
- * @sb - superblock inode belongs to.
|
|
|
|
- * @inode - inode to initialise
|
|
|
|
|
|
+ * @sb: superblock inode belongs to
|
|
|
|
+ * @inode: inode to initialise
|
|
*
|
|
*
|
|
* These are initializations that need to be done on every inode
|
|
* These are initializations that need to be done on every inode
|
|
* allocation as the fields are not initialised by slab allocation.
|
|
* allocation as the fields are not initialised by slab allocation.
|
|
@@ -576,8 +576,8 @@ __inode_add_to_lists(struct super_block *sb, struct hlist_head *head,
|
|
|
|
|
|
/**
|
|
/**
|
|
* inode_add_to_lists - add a new inode to relevant lists
|
|
* inode_add_to_lists - add a new inode to relevant lists
|
|
- * @sb - superblock inode belongs to.
|
|
|
|
- * @inode - inode to mark in use
|
|
|
|
|
|
+ * @sb: superblock inode belongs to
|
|
|
|
+ * @inode: inode to mark in use
|
|
*
|
|
*
|
|
* When an inode is allocated it needs to be accounted for, added to the in use
|
|
* When an inode is allocated it needs to be accounted for, added to the in use
|
|
* list, the owning superblock and the inode hash. This needs to be done under
|
|
* list, the owning superblock and the inode hash. This needs to be done under
|