mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
ext4: clean up kerneldoc warnigns when building with W=1
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
@@ -13,11 +13,10 @@
|
||||
#include "ext4_extents.h"
|
||||
|
||||
/**
|
||||
* get_ext_path - Find an extent path for designated logical block number.
|
||||
*
|
||||
* @inode: an inode which is searched
|
||||
* get_ext_path() - Find an extent path for designated logical block number.
|
||||
* @inode: inode to be searched
|
||||
* @lblock: logical block number to find an extent path
|
||||
* @path: pointer to an extent path pointer (for output)
|
||||
* @ppath: pointer to an extent path pointer (for output)
|
||||
*
|
||||
* ext4_find_extent wrapper. Return 0 on success, or a negative error value
|
||||
* on failure.
|
||||
@@ -42,8 +41,9 @@ get_ext_path(struct inode *inode, ext4_lblk_t lblock,
|
||||
}
|
||||
|
||||
/**
|
||||
* ext4_double_down_write_data_sem - Acquire two inodes' write lock
|
||||
* of i_data_sem
|
||||
* ext4_double_down_write_data_sem() - write lock two inodes's i_data_sem
|
||||
* @first: inode to be locked
|
||||
* @second: inode to be locked
|
||||
*
|
||||
* Acquire write lock of i_data_sem of the two inodes
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user