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)
commit5051f76883897ea3d3d034c92e7b84236da2ec57
tree58893d2ed954046be420e59f5743fcb7c7a273a4
parent6fcef3f04a1a0f8d7a086147d2f2e650c8cc2754
ocfs2: send SIGXFSZ if new filesize exceeds limit -v2

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>
fs/ocfs2/file.c