commit | 4f769f4c03e7b3a8dd5ca129bbb820f0d00f2423 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Sep 08 16:11:55 2014 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Sep 11 12:40:54 2014 -0400 |
tree | 4ce0389ee7dee1f3605d293c6b17460410ef0e12 | |
parent | f92c600c09bbda482c6c4a37602db4f0db864a9e [diff] |
misc: don't return ENOMEM if we run out of disk space If there aren't enough blocks in the FS to allocate all of the hugefiles, return ENOSPC, not ENOMEM. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>