Re: [PATCH V1] spc: Support NAA IEEE Registered Extended field in VPD page 0x83
FUJITA Tomonori <[email protected]>
| Newsgroups | org.kernel.vger.stgt |
|---|---|
| Message-ID | <20140314.053835.1568838937885766575.fujita.tomonori@lab.ntt.co.jp> |
On Thu, 13 Mar 2014 11:40:37 +0200 Or Gerlitz <[email protected]> wrote: > From: Dennis Cullison <[email protected]> > > Enables support for the NAA IEEE Registered Extended field in the > inquiry VPD page 0x83. This field is used by multi-pathing > software for device persistency. > > Signed-off-by: Dennis Cullison <[email protected]> > Signed-off-by: Or Gerlitz <[email protected]> > --- > > changes from V0: > - fixed the patch to work when a long is 32 bits by using uint64_t type > - added some comments within the code as asked by Tomo > > usr/spc.c | 32 +++++++++++++++++++++++++++++++- > 1 files changed, 31 insertions(+), 1 deletions(-) Applied, thanks!