Re: [PATCH] cifs: Rename cERROR and cFYI to cifs_dbg

2013-03-24 Thread Steve French
On Fri, Mar 15, 2013 at 3:43 PM, Joe Perches wrote: > On Fri, 2013-03-15 at 15:16 -0500, Steve French wrote: > >> I would like to merge the three we have (one still has to be put in >> for-next - the one from Jeff) for for-next in the next three or fouir >> days - but I can create another temporar

Re: [PATCH] cifs: Rename cERROR and cFYI to cifs_dbg

2013-03-15 Thread Joe Perches
On Fri, 2013-03-15 at 15:16 -0500, Steve French wrote: > I would like to merge the three we have (one still has to be put in > for-next - the one from Jeff) for for-next in the next three or fouir > days - but I can create another temporary branch for the ones for 3.10 > - but ... I would like to

Re: [PATCH] cifs: Rename cERROR and cFYI to cifs_dbg

2013-03-15 Thread Jeff Layton
On Thu, 14 Mar 2013 12:24:37 -0700 Joe Perches wrote: > It's not obvious from reading the macro names that these macros > are for debugging. Convert the names to a single more typical > kernel style cifs_dbg macro. > > cERROR(1, ...) -> cifs_dbg(VFS, ...) > cFYI(1, ...) -> cif

Re: [PATCH] cifs: Rename cERROR and cFYI to cifs_dbg

2013-03-15 Thread Jeff Layton
On Thu, 14 Mar 2013 12:24:37 -0700 Joe Perches wrote: > It's not obvious from reading the macro names that these macros > are for debugging. Convert the names to a single more typical > kernel style cifs_dbg macro. > > cERROR(1, ...) -> cifs_dbg(VFS, ...) > cFYI(1, ...) -> cif