[PATCH] deal with the first call of ->show() generating no output
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 24 Aug 2008 11:45:33 +0000 (07:45 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 25 Aug 2008 05:18:10 +0000 (01:18 -0400)
seq_read() has a subtle bug - we want the first loop there to go
until at least one *non-empty* record had fit entirely into buffer.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found