All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 11] Use SEEK_{SET,CUR,END} instead of hardcoded values
@ 2006-09-17  1:09 Josef 'Jeff' Sipek
  2006-09-17  1:09 ` [PATCH 1 of 11] MBCS: Use SEEK_{SET, CUR, END} " Josef 'Jeff' Sipek
                   ` (12 more replies)
  0 siblings, 13 replies; 20+ messages in thread
From: Josef 'Jeff' Sipek @ 2006-09-17  1:09 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, dhowells

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 ++++++------




^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2006-09-19  4:01 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-17  1:09 [PATCH 0 of 11] Use SEEK_{SET,CUR,END} instead of hardcoded values Josef 'Jeff' Sipek
2006-09-17  1:09 ` [PATCH 1 of 11] MBCS: Use SEEK_{SET, CUR, END} " Josef 'Jeff' Sipek
2006-09-17  1:09 ` [PATCH 2 of 11] EICON ISDN: Removed unused definitions for OS_SEEK_* Josef 'Jeff' Sipek
2006-09-17  8:48   ` Armin Schindler
2006-09-17  1:09 ` [PATCH 3 of 11] MTD: Use SEEK_{SET, CUR, END} instead of hardcoded values Josef 'Jeff' Sipek
2006-09-17 16:06   ` David Woodhouse
2006-09-17  1:09 ` [PATCH 4 of 11] CIFS: Use SEEK_END instead of hardcoded value Josef 'Jeff' Sipek
2006-09-17  1:09 ` [PATCH 5 of 11] XFS: Use SEEK_{SET, CUR, END} instead of hardcoded values Josef 'Jeff' Sipek
2006-09-18  3:34   ` David Chinner
2006-09-18 10:30     ` David Howells
2006-09-19  4:01       ` David Chinner
2006-09-17  1:09 ` [PATCH 6 of 11] NFS: Use SEEK_END instead of hardcoded value Josef 'Jeff' Sipek
2006-09-17  1:09 ` [PATCH 7 of 11] VFS: Use SEEK_{SET, CUR, END} instead of hardcoded values Josef 'Jeff' Sipek
2006-09-17  1:09 ` [PATCH 8 of 11] sound core: " Josef 'Jeff' Sipek
2006-09-17  1:09 ` [PATCH 9 of 11] opl4: " Josef 'Jeff' Sipek
2006-09-17  1:09 ` [PATCH 10 of 11] gus: " Josef 'Jeff' Sipek
2006-09-17  1:09 ` [PATCH 11 of 11] mixart: " Josef 'Jeff' Sipek
2006-09-17  3:46 ` [PATCH 0 of 11] Use SEEK_{SET,CUR,END} " Nick Piggin
2006-09-17  6:38   ` Josef Sipek
2006-09-18 10:32 ` David Howells

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.