[PATCH] sync_file_range(): use unsigned for flags
authorAndrew Morton <akpm@osdl.org>
Tue, 11 Apr 2006 05:53:57 +0000 (22:53 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 11 Apr 2006 13:18:40 +0000 (06:18 -0700)
commit5246d0503130fa58904c8beb987fcf93b96d8ab6
treec807f1bba6a1d5abf0b3a9f221bc3e49ca5810c8
parent8833d328caf009f8da58337e17a2cf5d52993a7c
[PATCH] sync_file_range(): use unsigned for flags

Ulrich suggested that the `flags' arg to sync_file_range() become unsigned.

Cc: Ulrich Drepper <drepper@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/sync.c
include/linux/fs.h
include/linux/syscalls.h