commit | e56e2dcd381d9ec35379328f332221581eda4787 | [log] [tgz] |
---|---|---|
author | Tony Luck <tony.luck@intel.com> | Mon Jun 15 16:22:09 2009 -0700 |
committer | Tony Luck <tony.luck@intel.com> | Tue Jun 16 13:13:50 2009 -0700 |
tree | a33cd10267bb1d3307144f1271234e4f9946b67b | |
parent | 97de6ad196db75a26077171014493c9d26be8a5d [diff] |
[IA64] ia64 does not need umount2() syscall ia64 doesn't have old and new versions of the umount system call. It just has the new version. Fixes this build warning: <stdin>:395:2: warning: #warning syscall umount2 not implemented Signed-off-by: Tony Luck <tony.luck@intel.com>