Re: [PATCH 3/4] misc: Rename the HASH_SIZE macro

2016-06-01 Thread David Miller
From: Nikolay Borisov Date: Wed, 1 Jun 2016 10:52:59 +0300 > This change is required since the inotify-per-namespace code added > hashtable.h to the include list of sched.h. This in turn causes > compiler warnings since HASH_SIZE is being defined in multiple > locations > > Signed-off-by: Nikol

[PATCH 3/4] misc: Rename the HASH_SIZE macro

2016-06-01 Thread Nikolay Borisov
This change is required since the inotify-per-namespace code added hashtable.h to the include list of sched.h. This in turn causes compiler warnings since HASH_SIZE is being defined in multiple locations Signed-off-by: Nikolay Borisov --- fs/logfs/dir.c | 6 +++--- net