On Thu, Apr 05, 2018 at 07:36:58AM -0500, Eric Sandeen wrote: > > > On 4/5/18 2:15 AM, Christoph Hellwig wrote: > > On Wed, Apr 04, 2018 at 02:10:20PM -0500, Eric Sandeen wrote: > >> Factor out the time limit initialization from > >> xfs_qm_init_quotainfo so that we can delay it until > >> after quotacheck - it requires reading the default disk > >> quotas, which may need repair. > >> > >> No functional changes in this patch. > > > > You have 75 characters per line for your changelog, use them! > > Sorry, bad habit. I never remember exactly how many and sometimes I just > keep shortening... If you use vim, set this up so you get automatic setting of the text width (with highlighting) depending on the editor context you are running: " set default text width and shortcut to set custom widths set textwidth=80 map #tw :set textwidth=<C-R>=col(".")<C-M> " set the textwidth to 68 characters for commit messages au BufNewFile,BufRead guilt.msg.*,.gitsendemail.*,git.*,*/.git/* set tw=68 " set the textwidth to 68 characters for replies (email&usenet) au BufNewFile,BufRead .letter,mutt*,nn.*,snd.* set tw=68 " highlight textwidth set cc=+1 -Dave. -- Dave Chinner david@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html