Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262572AbVCPNPX (ORCPT ); Wed, 16 Mar 2005 08:15:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262574AbVCPNPW (ORCPT ); Wed, 16 Mar 2005 08:15:22 -0500 Received: from mail.dif.dk ([193.138.115.101]:50834 "EHLO mail.dif.dk") by vger.kernel.org with ESMTP id S262572AbVCPNOr (ORCPT ); Wed, 16 Mar 2005 08:14:47 -0500 Date: Wed, 16 Mar 2005 14:14:50 +0100 (CET) From: Jesper Juhl To: Steven French Cc: smfrench@austin.rr.com, linux-kernel@vger.kernel.org Subject: [PATCH][0/7] cifs: file.c cleanups in incremental bits Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1721 Lines: 39 Hi Steven, Here 's a version of my fs/cifs/file.c cleanup patch split into seven chunks for easier review. Please use these incremental patches instead of the big one I send you earlier since I've made a few changes compared to that. Since you seemed to have trouble with the original patch when included inline I'll attach the patch files instead, along with a description of each patch in the email. For your convenience the patches are also available online at : http://www.linuxtux.org/~juhl/kernel_patches/fs_cifs_file-cleanups-3-whitespace-changes.patch http://www.linuxtux.org/~juhl/kernel_patches/fs_cifs_file-cleanups-3-kfree-changes.patch http://www.linuxtux.org/~juhl/kernel_patches/fs_cifs_file-cleanups-3-cifs_init_private.patch http://www.linuxtux.org/~juhl/kernel_patches/fs_cifs_file-cleanups-3-cifs_open_inode_helper.patch http://www.linuxtux.org/~juhl/kernel_patches/fs_cifs_file-cleanups-3-cifs_convert_flags.patch http://www.linuxtux.org/~juhl/kernel_patches/fs_cifs_file-cleanups-3-cifs_get_disposition.patch http://www.linuxtux.org/~juhl/kernel_patches/fs_cifs_file-cleanups-3-condense_if_else.patch (listed in the order they apply) The first patch applies on top of the first whitespace cleanup patch you already applied to your tree, so you should be able to just apply all 7 in order to your tree. I still haven't managed to get hold of/setup a cifs server to test these against, so they are still only compile tested. -- Jesper Juhl - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/