Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932120AbWIQBrc (ORCPT ); Sat, 16 Sep 2006 21:47:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932139AbWIQBrc (ORCPT ); Sat, 16 Sep 2006 21:47:32 -0400 Received: from mrs.stonybrook.edu ([129.49.1.206]:42181 "EHLO mrs.stonybrook.edu") by vger.kernel.org with ESMTP id S932120AbWIQBrb (ORCPT ); Sat, 16 Sep 2006 21:47:31 -0400 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH 0 of 11] Use SEEK_{SET,CUR,END} instead of hardcoded values Message-Id: Date: Sat, 16 Sep 2006 21:09:26 -0400 From: "Josef 'Jeff' Sipek" To: linux-kernel@vger.kernel.org Cc: akpm@osdl.org, dhowells@redhat.com Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1079 Lines: 27 In July, David Howells added SEEK_{SET,CUR,END} definitions to include/linux/fs.h The following patches convert offenders which were found by grep'ing the source tree. Josef 'Jeff' Sipek 11 files changed, 34 insertions(+), 39 deletions(-) drivers/char/mbcs.c | 7 ++++--- drivers/isdn/hardware/eicon/dsp_defs.h | 3 --- drivers/mtd/mtdchar.c | 11 ++++------- fs/cifs/cifsfs.c | 2 +- fs/locks.c | 12 ++++++------ fs/nfs/file.c | 2 +- fs/xfs/xfs_vnodeops.c | 6 +++--- sound/core/info.c | 6 +++--- sound/drivers/opl4/opl4_proc.c | 6 +++--- sound/isa/gus/gus_mem_proc.c | 6 +++--- sound/pci/mixart/mixart.c | 12 ++++++------ - 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/