Re: [PATCH 05/21] fs: Mark function as static in exofs/super.c

2014-02-13 Thread Rashika Kheria
On Thu, Feb 13, 2014 at 11:28 PM, Boaz Harrosh wrote: > On 02/09/2014 03:01 PM, Rashika Kheria wrote: >> Mark function as static in exofs/super.c because it is not used outside >> this file. >> >> This also eliminates the following warning in exofs/super.c: >> fs/exofs/super.c:546:5: warning: no p

Re: [PATCH 05/21] fs: Mark function as static in exofs/super.c

2014-02-13 Thread Boaz Harrosh
On 02/09/2014 03:01 PM, Rashika Kheria wrote: > Mark function as static in exofs/super.c because it is not used outside > this file. > > This also eliminates the following warning in exofs/super.c: > fs/exofs/super.c:546:5: warning: no previous prototype for > ‘__alloc_dev_table’ [-Wmissing-proto

[PATCH 05/21] fs: Mark function as static in exofs/super.c

2014-02-09 Thread Rashika Kheria
Mark function as static in exofs/super.c because it is not used outside this file. This also eliminates the following warning in exofs/super.c: fs/exofs/super.c:546:5: warning: no previous prototype for ‘__alloc_dev_table’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh T