Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752981AbbBQTWC (ORCPT ); Tue, 17 Feb 2015 14:22:02 -0500 Received: from mail-la0-f49.google.com ([209.85.215.49]:34144 "EHLO mail-la0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752065AbbBQTWA (ORCPT ); Tue, 17 Feb 2015 14:22:00 -0500 From: Alexander Kuleshov To: hirofumi@mail.parknet.co.jp Cc: linux-kernel@vger.kernel.org Subject: [PATCH 0/3] fs/fat: minor cleanup Date: Wed, 18 Feb 2015 01:21:37 +0600 Message-Id: <1424200897-19171-1-git-send-email-kuleshovmail@gmail.com> X-Mailer: git-send-email 2.3.0.401.g57a267c.dirty Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 872 Lines: 29 Hello, this patchset provides a couple of minor cleanup. Alexander Kuleshov (3): fs/fat: remove unnecessary super_block *sb defintion fs/fat: use MSDOS_SB to get msdos superblock fs/fat: remove unnecessary includes fs/fat/cache.c | 2 -- fs/fat/dir.c | 4 ---- fs/fat/fat.h | 3 --- fs/fat/fatent.c | 3 --- fs/fat/file.c | 4 ---- fs/fat/inode.c | 15 ++------------- fs/fat/misc.c | 4 ---- fs/fat/namei_msdos.c | 2 -- fs/fat/namei_vfat.c | 2 -- fs/fat/nfs.c | 1 - 10 files changed, 2 insertions(+), 38 deletions(-) -- 2.3.0.401.g57a267c.dirty -- 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/