logfs: Close i_ino reuse race
authorJoern Engel <joern@logfs.org>
Sat, 1 May 2010 15:00:34 +0000 (17:00 +0200)
committerJoern Engel <joern@logfs.org>
Sat, 1 May 2010 16:02:34 +0000 (18:02 +0200)
commitccc0197b02178f7e1707e659cbc5242fc94b499a
tree6cba753c7e2c480123856275fb06845d86ac5a44
parentbd2b3f29594c50d7c5bd864d9af05d440394ee82
logfs: Close i_ino reuse race

logfs_seek_hole() may return the same offset it is passed as argument.
Found by Prasad Joshi <prasadjoshi124@gmail.com>

Signed-off-by: Joern Engel <joern@logfs.org>
fs/logfs/inode.c