aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSu Yue <[email protected]>2021-04-25 16:35:04 +0800
committerDavid Sterba <[email protected]>2021-06-21 15:19:04 +0200
commit94358c35d80a8de5054c295d48332611d48222b4 (patch)
tree32352f6a1ea4a44c4fc0bf31e66a9f1b7e87faa1
parentdc56219fe22e9d2f395f5c58ba3277f8df4cff84 (diff)
btrfs: remove stale comment for argument seed of btrfs_find_device
Commit b2598edf8b36 ("btrfs: remove unused argument seed from btrfs_find_device") removed the argument seed from btrfs_find_device but forgot the comment, so remove it. Reviewed-by: Anand Jain <[email protected]> Signed-off-by: Su Yue <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
-rw-r--r--fs/btrfs/volumes.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c
index 47d27059d064..e020447b25a2 100644
--- a/fs/btrfs/volumes.c
+++ b/fs/btrfs/volumes.c
@@ -6670,8 +6670,6 @@ blk_status_t btrfs_map_bio(struct btrfs_fs_info *fs_info, struct bio *bio,
*
* If devid and uuid are both specified, the match must be exact, otherwise
* only devid is used.
- *
- * If @seed is true, traverse through the seed devices.
*/
struct btrfs_device *btrfs_find_device(struct btrfs_fs_devices *fs_devices,
u64 devid, u8 *uuid, u8 *fsid)