ocfs2: send SIGXFSZ if new filesize exceeds limit -v2
authorWengang Wang <wen.gang.wang@oracle.com>
Fri, 26 Feb 2010 10:18:25 +0000 (18:18 +0800)
committerJoel Becker <joel.becker@oracle.com>
Sun, 28 Feb 2010 04:08:51 +0000 (20:08 -0800)
This patch makes ocfs2 send SIGXFSZ if new file size exceeds the rlimit.
Processes may get SIGXFSZ on one node (in the cluster) while others will
not on another if file size limits are different on the two nodes.

Signed-off-by: Wengang Wang <wen.gang.wang@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>

No differences found