| .. | .. | 
|---|
 | 1 | +# SPDX-License-Identifier: GPL-2.0-only  | 
|---|
| 1 | 2 |  config UFS_FS | 
|---|
| 2 | 3 |  	tristate "UFS file system support (read only)" | 
|---|
| 3 | 4 |  	depends on BLOCK | 
|---|
| .. | .. | 
|---|
| 8 | 9 |  	  this file system as well. Saying Y here will allow you to read from | 
|---|
| 9 | 10 |  	  these partitions; if you also want to write to them, say Y to the | 
|---|
| 10 | 11 |  	  experimental "UFS file system write support", below. Please read the | 
|---|
| 11 |  | -	  file <file:Documentation/filesystems/ufs.txt> for more information.  | 
|---|
 | 12 | +	  file <file:Documentation/admin-guide/ufs.rst> for more information.  | 
|---|
| 12 | 13 |   | 
|---|
| 13 | 14 |            The recently released UFS2 variant (used in FreeBSD 5.x) is | 
|---|
| 14 | 15 |            READ-ONLY supported. | 
|---|