Re: [PATCH 2/5] powerpc/ftw: Define FTW_SETUP ioctl API
From: Sukadev Bhattiprolu
Date: Thu Jan 18 2018 - 11:41:12 EST
Randy Dunlap [rdunlap@xxxxxxxxxxxxx] wrote:
> > +#define FTW_FLAGS_PIN_WINDOW 0x1
> > +
> > +#define FTW_SETUP _IOW('v', 1, struct ftw_setup_attr)
>
> ioctls should be documented in Documentation/ioctl/ioctl-number.txt.
> Please update that file.
Ok. Here is the updated patch.
Thanks for the review.
Sukadev
---