Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1451732
| From | Nilay Vaish <nilayvaish@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 20/32] magic number for rscctrl file system |
| Date | 2016-07-28 08:00 +0200 |
| Message-ID | <rZMwp-1Tr-7@gated-at.bofh.it> (permalink) |
| References | <rUe2l-2xx-3@gated-at.bofh.it> <rUe2l-2xx-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 12 July 2016 at 20:02, Fenghua Yu <fenghua.yu@intel.com> wrote: > From: Fenghua Yu <fenghua.yu@intel.com> > > Signed-off-by: Fenghua Yu <fenghua.yu@intel.com> > Reviewed-by: Tony Luck <tony.luck@intel.com> > --- > include/uapi/linux/magic.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/uapi/linux/magic.h b/include/uapi/linux/magic.h > index 546b388..655036a 100644 > --- a/include/uapi/linux/magic.h > +++ b/include/uapi/linux/magic.h > @@ -57,6 +57,8 @@ > #define CGROUP_SUPER_MAGIC 0x27e0eb > #define CGROUP2_SUPER_MAGIC 0x63677270 > > +#define RDTGROUP_SUPER_MAGIC 0x7655821 > + > > #define STACK_END_MAGIC 0x57AC6E9D Just for my information, can you tell me how did you choose the magic number? -- Nilay
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 20/32] magic number for rscctrl file system Nilay Vaish <nilayvaish@gmail.com> - 2016-07-28 08:00 +0200
csiph-web