[PATCH 1/1] fs/cachefiles/bind.c: remove unnecessary assertions

2014-06-11 Thread Fabian Frederick
unsigned values are always >=0 Cc: David Howells Cc: Andrew Morton Signed-off-by: Fabian Frederick --- fs/cachefiles/bind.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fs/cachefiles/bind.c b/fs/cachefiles/bind.c index d749731..dd333a6 100644 ---

[PATCH 1/1] fs/cachefiles/bind.c: remove unnecessary assertions

2014-06-11 Thread Fabian Frederick
unsigned values are always =0 Cc: David Howells dhowe...@redhat.com Cc: Andrew Morton a...@linux-foundation.org Signed-off-by: Fabian Frederick f...@skynet.be --- fs/cachefiles/bind.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fs/cachefiles/bind.c