From ae66475289d13ef724cd5a523a4a5ce42e81582b Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Sat, 27 Sep 2014 10:52:37 +0200 Subject: [PATCH] staging : android : sync : get_unused_fd sync.h recommends to use get_unused_fd which does not set O_CLOEXEC while the rest of the android tree uses get_unused_fd_flags and sets O_CLOEXEC. The patch adjust the comment. Signed-off-by: Heinrich Schuchardt Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed