Re: [PATCH 02/13] cifs: make cnvrtDosUnixTm take a little-endian args and an offset
Christoph Hellwig <[email protected]>
| Newsgroups | gmane.linux.file-systems.cifs,gmane.linux.file-systems |
|---|---|
| Message-ID | <[email protected]> |
On Wed, May 13, 2009 at 04:04:43PM -0400, Jeff Layton wrote: > The callers primarily end up converting the args from le anyway. Also, > most of the callers end up needing to add an offset to the result. The > exception to these rules is cnvrtDosCifsTm, but there are no callers of > that function, so we might as well remove it. > > Signed-off-by: Jeff Layton <[email protected]> Looks good. Reviewed-by: Christoph Hellwig <[email protected]>