]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] Export tty_write_message() for GFS2 quota code
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 16 Jan 2006 11:31:24 +0000 (11:31 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 16 Jan 2006 15:50:24 +0000 (15:50 +0000)
commitb346671fa196abaf82ed3e1842f981209f7887af
tree77c43ec9228be3b01276f66a0576141b9980b924
parent4a8e4a270b89030bdeb09d2f8cef7cfe9a50e54d
[PATCH] Export tty_write_message() for GFS2 quota code

The kernel's existing quota code makes use of tty_write_message() to
inform the user of certain events. GFS2 also uses the same mechanism
so we export it here to avoid code duplication in GFS2.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
kernel/printk.c