Re: [PATCH 3/7] vfs: convert vfs inode iterators to super_iter_inodes_unsafe()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> diff --git a/block/bdev.c b/block/bdev.c
> index 33f9c4605e3a..b5a362156ca1 100644
> --- a/block/bdev.c
> +++ b/block/bdev.c
> @@ -472,16 +472,28 @@ void bdev_drop(struct block_device *bdev)
>  	iput(BD_INODE(bdev));
>  }
>  
> +static int bdev_pages_count(struct inode *inode, void *data)

This are guaranteed to operate on the bdev superblock, so just
hardcoding the s_inodes list seems fine here as it keeps the code
much simpler.





[Index of Archives]     [XFS Filesystem Development (older mail)]     [Linux Filesystem Development]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux RAID]     [Linux SCSI]


  Powered by Linux