Increase buffer size in find_loop_by_file()
authorHannes Reinecke <hare@suse.de>
Tue, 21 Oct 2008 08:22:16 +0000 (10:22 +0200)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Tue, 21 Apr 2009 21:34:29 +0000 (23:34 +0200)
commit32ef0132a49ca53747a9994c3a146e9e8a0aa7c3
tree96d73ddee5dbcead1d0b05c3e09be81fa8382d9a
parente43df657f125af42779af54dca6183f023725d2d
Increase buffer size in find_loop_by_file()

find_loop_by_file() uses an internal buffer of 20 chars, which is compared
to a buffer of the size of 64 chars. Not good.

References: 436428

Signed-off-by: Hannes Reinecke <hare@suse.de>
kpartx/lopart.c