]> Git Repo - linux.git/commit - include/linux/cramfs_fs.h
[PATCH] cramfs: make cramfs_uncompress_exit() return void
authorAlexey Dobriyan <[email protected]>
Fri, 29 Sep 2006 09:01:05 +0000 (02:01 -0700)
committerLinus Torvalds <[email protected]>
Fri, 29 Sep 2006 16:18:20 +0000 (09:18 -0700)
commit368bdb3d616fa352971f45b423ae6344715e620b
treedcb02bd584d5d23c12393726f91694b1fc03ccc1
parenta4376e13ce07774be14e83fe501ef5c8500b83a1
[PATCH] cramfs: make cramfs_uncompress_exit() return void

It always returns 0, so relying on it is useless.  The only caller isn't
checking return value.  In general, un-, de-, -free functions should return
void.

Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/cramfs/uncompress.c
include/linux/cramfs_fs.h
This page took 0.05799 seconds and 4 git commands to generate.