Re: [PATCH] change inotifyfs magic as the same magic is used for futexfs (v2)

2007-09-24 Thread Randy Dunlap
On Mon, 24 Sep 2007 12:46:06 +0400 Andrey Mirkin wrote: > From: Andrey Mirkin <[EMAIL PROTECTED]> > > Right now futexfs and inotifyfs have one magic 0xBAD1DEA, that looks a little > bit confusing. > Use 0xBAD1DEA as magic for futexfs and 0x2BAD1DEA as magic for inotifyfs. > > Signed-off-by:

[PATCH] change inotifyfs magic as the same magic is used for futexfs (v2)

2007-09-24 Thread Andrey Mirkin
From: Andrey Mirkin <[EMAIL PROTECTED]> Right now futexfs and inotifyfs have one magic 0xBAD1DEA, that looks a little bit confusing. Use 0xBAD1DEA as magic for futexfs and 0x2BAD1DEA as magic for inotifyfs. Signed-off-by: Andrey Mirkin <[EMAIL PROTECTED]> fs/inotify_user.c |4

[PATCH] change inotifyfs magic as the same magic is used for futexfs (v2)

2007-09-24 Thread Andrey Mirkin
From: Andrey Mirkin [EMAIL PROTECTED] Right now futexfs and inotifyfs have one magic 0xBAD1DEA, that looks a little bit confusing. Use 0xBAD1DEA as magic for futexfs and 0x2BAD1DEA as magic for inotifyfs. Signed-off-by: Andrey Mirkin [EMAIL PROTECTED] fs/inotify_user.c |4 +++-

Re: [PATCH] change inotifyfs magic as the same magic is used for futexfs (v2)

2007-09-24 Thread Randy Dunlap
On Mon, 24 Sep 2007 12:46:06 +0400 Andrey Mirkin wrote: From: Andrey Mirkin [EMAIL PROTECTED] Right now futexfs and inotifyfs have one magic 0xBAD1DEA, that looks a little bit confusing. Use 0xBAD1DEA as magic for futexfs and 0x2BAD1DEA as magic for inotifyfs. Signed-off-by: Andrey