]> Git Repo - linux.git/commit
seq_file: add seq_set_overflow(), seq_overflow()
authorKAMEZAWA Hiroyuki <[email protected]>
Fri, 23 Mar 2012 22:02:55 +0000 (15:02 -0700)
committerLinus Torvalds <[email protected]>
Fri, 23 Mar 2012 23:58:42 +0000 (16:58 -0700)
commite075f59152890ffd7e3d704afc997dd686c8a781
tree94dbf5eda32d7dea9821ca308c4317e75756f7bd
parent1b26c9b334044cff6d1d2698f2be41bc7d9a0864
seq_file: add seq_set_overflow(), seq_overflow()

It is undocumented but a seq_file's overflow state is indicated by
m->count == m->size.  Add seq_set_overflow() and seq_overflow() to
set/check overflow status explicitly.

Based on an idea from Eric Dumazet.

[[email protected]: tweak code comment]
Signed-off-by: KAMEZAWA Hiroyuki <[email protected]>
Cc: Eric Dumazet <[email protected]>
Cc: Al Viro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/seq_file.c
This page took 0.053859 seconds and 4 git commands to generate.