[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87ede8jgeq.fsf@metaspace.dk>
Date: Tue, 23 Jan 2024 15:03:09 +0100
From: "Andreas Hindborg (Samsung)" <nmi@...aspace.dk>
To: Sergio González Collado <sergio.collado@...il.com>
Cc: Benno Lossin <benno.lossin@...ton.me>, Jens Axboe <axboe@...nel.dk>,
Christoph Hellwig <hch@....de>, Keith Busch <kbusch@...nel.org>, Damien Le
Moal <Damien.LeMoal@....com>, Hannes Reinecke <hare@...e.de>,
lsf-pc@...ts.linux-foundation.org, rust-for-linux@...r.kernel.org,
linux-block@...r.kernel.org, Matthew Wilcox <willy@...radead.org>, Miguel
Ojeda <ojeda@...nel.org>, Alex Gaynor <alex.gaynor@...il.com>, Wedson
Almeida Filho <wedsonaf@...il.com>, Boqun Feng <boqun.feng@...il.com>,
Gary Guo <gary@...yguo.net>, Björn Roy Baron
<bjorn3_gh@...tonmail.com>,
linux-kernel@...r.kernel.org, gost.dev@...sung.com
Subject: Re: [RFC PATCH 03/11] rust: block: introduce `kernel::block::mq`
module
Sergio González Collado <sergio.collado@...il.com> writes:
> + /// Call to tell the block layer the capcacity of the device
> + pub fn set_capacity(&self, sectors: u64) {
> + unsafe { bindings::set_capacity(self.gendisk, sectors) };
> + }
>
> Nit in the comment: capcacity -> capacity
Thanks!
BR Andreas
Powered by blists - more mailing lists