2005-03-25 17:20:18

by Jesper Juhl

[permalink] [raw]
Subject: [PATCH][0/5] cifs: cifsfs.c cleanup


Hi Steve,

Here are the cleanups for fs/cifs/cifsfs.c

More or less the same drill as with the previous round of patches. I'll
submit the patches inline, but once again they are available for you
online if needed (I've included the notes about the specific patch in
those files this time) :

http://www.linuxtux.org/~juhl/kernel_patches/fs_cifs_cifsfs-whitespace-function-defs.patch
http://www.linuxtux.org/~juhl/kernel_patches/fs_cifs_cifsfs-whitespace-spaces.patch
http://www.linuxtux.org/~juhl/kernel_patches/fs_cifs_cifsfs-whitespace-comments.patch
http://www.linuxtux.org/~juhl/kernel_patches/fs_cifs_cifsfs-nesting.patch
http://www.linuxtux.org/~juhl/kernel_patches/fs_cifs_cifsfs-casts.patch

(listed in the order they apply)


--
Jesper Juhl


2005-03-25 21:01:04

by Steve French

[permalink] [raw]
Subject: Re: [PATCH][0/5] cifs: cifsfs.c cleanup

Jesper Juhl wrote:

>Hi Steve,
>
>Here are the cleanups for fs/cifs/cifsfs.c
>
>More or less the same drill as with the previous round of patches. I'll
>submit the patches inline, but once again they are available for you
>online if needed (I've included the notes about the specific patch in
>those files this time) :
>
>http://www.linuxtux.org/~juhl/kernel_patches/fs_cifs_cifsfs-whitespace-function-defs.patch
>http://www.linuxtux.org/~juhl/kernel_patches/fs_cifs_cifsfs-whitespace-spaces.patch
>http://www.linuxtux.org/~juhl/kernel_patches/fs_cifs_cifsfs-whitespace-comments.patch
>http://www.linuxtux.org/~juhl/kernel_patches/fs_cifs_cifsfs-nesting.patch
>http://www.linuxtux.org/~juhl/kernel_patches/fs_cifs_cifsfs-casts.patch
>
>(listed in the order they apply)
>
>
Today I applied the cifsfs_casts patch (and similary I applied the
similar patch to readdir.c and the kfree patch to readdir.c).
The changes were mostly minor due to the patches reminding of places
where I had to clarify comments.

I didn't have time to review the rest.

Thanks.