Hi folks, The vfs-for-next branch of the xfs-linux repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git has just been updated. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to linux-fsdevel@xxxxxxxxxxxxxxx so they can be picked up in the next update. Granted, this /is/ merely my tree of random vfs stuff... The new head of the vfs-for-next branch is commit: 2d86293c7075 xfs: return errors in xfs_fs_sync_fs 4 new commits: Darrick J. Wong (4): [2719c7160dcf] vfs: make freeze_super abort when sync_filesystem returns error [5679897eb104] vfs: make sync_filesystem return errors from ->sync_fs [dd5532a4994b] quota: make dquot_quota_sync return errors from ->sync_fs [2d86293c7075] xfs: return errors in xfs_fs_sync_fs Code Diffstat: fs/quota/dquot.c | 11 ++++++++--- fs/super.c | 19 ++++++++++++------- fs/sync.c | 18 ++++++++++++------ fs/xfs/xfs_super.c | 6 +++++- 4 files changed, 37 insertions(+), 17 deletions(-)