Re: [PATCH 04/13] xfs: sync work is now only periodic log work

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Sep 28, 2012 at 02:44:36PM +1000, Dave Chinner wrote:
> From: Dave Chinner <dchinner@xxxxxxxxxx>
> 
> The only thing the periodic sync work does now is flush the AIL and
> idle the log. These are really functions of the log code, so move
> the work to xfs_log.c and rename it appropriately.
> 
> The only wart that this leaves behind is the xfssyncd_centisecs
> sysctl, otherwise the xfssyncd is dead. Clean up any comments that
> related to xfssyncd to reflect it's passing.

You'll get an OK for me as I'd like this series in 3.7, but I'd really
prefer if we could stop waking up xfsaild from here ASAP, and instead
just do a schedule_timeout in xfsaild where we currently sleep forever.

Any chance to get a follow on patch for that?


> +#include "xfs_fsops.h"
>  
>  kmem_zone_t	*xfs_log_ticket_zone;
>  
> @@ -698,6 +699,8 @@ xfs_log_mount_finish(xfs_mount_t *mp)
>  		ASSERT(mp->m_flags & XFS_MOUNT_RDONLY);
>  	}
>  
> +	xfs_log_work_queue(mp);
> +
>  	return error;

I think this should only be called when xlog_recover_finish didn't
return an error.

_______________________________________________
xfs mailing list
xfs@xxxxxxxxxxx
http://oss.sgi.com/mailman/listinfo/xfs


[Index of Archives]     [Linux XFS Devel]     [Linux Filesystem Development]     [Filesystem Testing]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux