From owner-svn-src-all@freebsd.org Tue May 17 16:50:52 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B203B3FA99; Tue, 17 May 2016 16:50:52 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-oi0-f54.google.com (mail-oi0-f54.google.com [209.85.218.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EF7CE2170; Tue, 17 May 2016 16:50:51 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-oi0-f54.google.com with SMTP id x19so34507456oix.2; Tue, 17 May 2016 09:50:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc; bh=ZuFparWvpw2edc+h8p7lEzHGSPt8cGdHTc7EqbklHVE=; b=PvviWNC0FNrX2xdXskQ56mYmMnirOJZ6bLQ3wHwWpBFjzrZAtyiV1M1OJ+V7aOOGif /3UHELIVGhTJ6SnprDx9+ldkjE8D8dh6RDKiSiOr5YIQ5cmI5jE++NO2nS3//pBJ2hi8 O+V9glgFK8bFxawsC/K6KzGWohp/dzMOrS62E7UrPqnWUvaS6DPi2KzoID0icy9IrHHs 8VixucrbB4wtSTrAkrJGQmhGm4EA0SKHRGojhMabBumaPXqT0//jBkNiyjtvM7TUpTdo wIMkCZCbUkUxu87jutNYIfRJSEhZdclDdbDlM3Tbon0bql+Evq8hTwNYxKowfJn/nOj0 qytQ== X-Gm-Message-State: AOPr4FUAm3eL+MDriaPIvQnDyhjarZRxaFa4oAmzKjOlYb0mEO7ksFnnn3P4VWSmgb/L6g== X-Received: by 10.157.43.3 with SMTP id o3mr1413383otb.107.1463503845349; Tue, 17 May 2016 09:50:45 -0700 (PDT) Received: from mail-oi0-f47.google.com (mail-oi0-f47.google.com. [209.85.218.47]) by smtp.gmail.com with ESMTPSA id 74sm1032527oty.3.2016.05.17.09.50.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 May 2016 09:50:45 -0700 (PDT) Received: by mail-oi0-f47.google.com with SMTP id x19so34506894oix.2; Tue, 17 May 2016 09:50:44 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.202.83.199 with SMTP id h190mr1328542oib.131.1463503844829; Tue, 17 May 2016 09:50:44 -0700 (PDT) Reply-To: cem@FreeBSD.org Received: by 10.157.19.20 with HTTP; Tue, 17 May 2016 09:50:44 -0700 (PDT) In-Reply-To: <7ba425bb-6dc8-f56f-1353-abd7291cdb5e@FreeBSD.org> References: <201605171536.u4HFae3R084696@repo.freebsd.org> <7ba425bb-6dc8-f56f-1353-abd7291cdb5e@FreeBSD.org> Date: Tue, 17 May 2016 09:50:44 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r300062 - in head/sys: gnu/fs modules modules/reiserfs From: Conrad Meyer To: Pedro Giffuni Cc: "George V. Neville-Neil" , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2016 16:50:52 -0000 On Tue, May 17, 2016 at 9:29 AM, Pedro Giffuni wrote: >> Log: >> Kill off ReiserFS as it is no longer supported, for obvious reasons. >> > > It's not so obvious since the fs worked and could've been useful for > people migrating from ancient linux. This may still be possible through e.g. sysutils/fusefs-lkl (ReiserFS isn't included in the port yet, but it's possible that it could be). Best, Conrad