[Ocfs2-devel] [PATCH 0/2] ocfs2: Block signals for file creation

Joel Becker Joel.Becker at oracle.com
Mon May 10 11:59:19 PDT 2010


File creation is not idempotent.  Signal interruption can cause a
restart of the operations, but once we have started we cannot safely do
so.  The two patches of this series make the operations signal-safe.

Joel

 inode.c |   14 +++-----------
 mmap.c  |   48 +++++++++---------------------------------------
 namei.c |   21 +++++++++++++++++++++
 super.c |   20 ++++++++++++++++++++
 super.h |    7 +++++++
 5 files changed, 60 insertions(+), 50 deletions(-)

-- 

"You can get more with a kind word and a gun than you can with
 a kind word alone."
         - Al Capone

Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127



More information about the Ocfs2-devel mailing list