commit | c525460e2754dbb33abe2b37d3d941126b2ea830 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Sat Dec 22 14:03:25 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sun Dec 23 12:54:36 2007 -0800 |
tree | d19e59a039ef0e58ef8a2ec4dbbd8e4493dadd77 | |
parent | 22dd483721939b4ea22d5d3925e69112f63c42bc [diff] |
Don't send quota messages repeatedly when hardlimit reached We should send quota message to netlink only once when hardlimit is reached. Otherwise user could easily make the system busy by trying to exceed the hardlimit (and also the messages could be anoying if you cannot stop writing just now). Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>